Html Css Color HEX #69BDB6 Fountain Blue

📋 copy color: '#69BDB6'

red 105 ◦ green 189 ◦ blue 182

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

Shades of Fountain Blue #69BDB6

Tints of Fountain Blue #69BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.71%

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 22.06%
G = 39.71%
B = 38.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#69BDB6 (or 0x69BDB6) is known color: Fountain Blue. HEX triplet: 69, BD and B6. RGB value is (105,189,182). Sum of RGB (Red+Green+Blue) = 105+189+182=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #69BDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDB6 is #964249. Grayscale: #A3A3A3. Windows color (decimal): -9847370 or 11976041. OLE color: 11976041.

HSL color Cylindrical-coordinate representation of color #69BDB6: hue angle of 175º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BDB6 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 189 182 -
CMYK 0.44 0 0.04 0.26
HSL 175º 0.39% 0.58% -
HSV(B) 175º 0.44% 0.74% -
XYZ 32.47 42.78 50.8 -
YUV 163.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 105 189 182 0.44 0 0.04 0.26 175 0.39 0.58
Hex 69 BD B6 2C 0 4 1A AF 27 3A
Octal 151 275 266 54 0 4 32 257 47 72
Binary 1101001 10111101 10110110 101100 0 100 11010 10101111 100111 111010

Color Harmonies of #69BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDB6

Black with #69BDB6

Text Example


Text Example

White with #69BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,189,182); }

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

background-color css

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

 a { background-color: rgb(105,189,182); }

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

border-color css

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

 span { border-color: rgb(105,189,182); }

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