Html Css Color HEX #69BEBB Fountain Blue

📋 copy color: '#69BEBB'

red 105 ◦ green 190 ◦ blue 187

#69BEBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #69BEBB

Tints of Fountain Blue #69BEBB

RGB

 RED value IS 105 (41.41% from 255) = 21.78%

 GREEN value IS 190 (74.61% from 255) = 39.42%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 21.78%
G = 39.42%
B = 38.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69BEBB (or 0x69BEBB) is known color: Fountain Blue. HEX triplet: 69, BE and BB. RGB value is (105,190,187). Sum of RGB (Red+Green+Blue) = 105+190+187=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEBB is #964144. Grayscale: #A4A4A4. Windows color (decimal): -9847109 or 12303977. OLE color: 12303977.

HSL color Cylindrical-coordinate representation of color #69BEBB: hue angle of 177.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEBB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 187 -
CMYK 0.45 0 0.02 0.25
HSL 177.88º 0.4% 0.58% -
HSV(B) 177.88º 0.45% 0.75% -
XYZ 33.21 43.42 53.64 -
YUV 164.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 105 190 187 0.45 0 0.02 0.25 177.88 0.4 0.58
Hex 69 BE BB 2D 0 2 19 B2 28 3A
Octal 151 276 273 55 0 2 31 262 50 72
Binary 1101001 10111110 10111011 101101 0 10 11001 10110010 101000 111010

Color Harmonies of #69BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEBB

Black with #69BEBB

Text Example


Text Example

White with #69BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BEBB; }

 p { color: rgb(105,190,187); }

 H1.HeaderClassName
 {
   color: #69BEBB;
 }
 .AnyTagClassName
 {
   color: #69BEBB;
 }
</style>

background-color css

<style>
 a { background-color: #69BEBB; }

 a { background-color: rgb(105,190,187); }

 div.DivClassName
 {
   background-color: #69BEBB;
 }
 .BgClassName
 {
   background-color: #69BEBB;
 }
</style>

border-color css

<style>
 span { border-color: #69BEBB; }

 span { border-color: rgb(105,190,187); }

 td.TdClassName
 {
   border-color: #69BEBB;
 }
 .TagClassName
 {
   border-color: #69BEBB;
 }
</style>