Html Css Color HEX #69ABBC Fountain Blue

📋 copy color: '#69ABBC'

red 105 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #69ABBC

Tints of Fountain Blue #69ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 22.63%
G = 36.85%
B = 40.52%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#69ABBC (or 0x69ABBC) is known color: Fountain Blue. HEX triplet: 69, AB and BC. RGB value is (105,171,188). Sum of RGB (Red+Green+Blue) = 105+171+188=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #69ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABBC is #965443. Grayscale: #999999. Windows color (decimal): -9851972 or 12364649. OLE color: 12364649.

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

Color convert

RGB 105 171 188 -
CMYK 0.44 0.09 0 0.26
HSL 192.29º 0.38% 0.57% -
HSV(B) 192.29º 0.44% 0.74% -
XYZ 29.47 35.76 52.93 -
YUV 153.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 105 171 188 0.44 0.09 0 0.26 192.29 0.38 0.57
Hex 69 AB BC 2C 9 0 1A C0 26 39
Octal 151 253 274 54 11 0 32 300 46 71
Binary 1101001 10101011 10111100 101100 1001 0 11010 11000000 100110 111001

Color Harmonies of #69ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABBC

Black with #69ABBC

Text Example


Text Example

White with #69ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,171,188); }

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

background-color css

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

 a { background-color: rgb(105,171,188); }

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

border-color css

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

 span { border-color: rgb(105,171,188); }

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