Html Css Color HEX #69AFBC Fountain Blue

📋 copy color: '#69AFBC'

red 105 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #69AFBC

Tints of Fountain Blue #69AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

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

R = 22.44%
G = 37.39%
B = 40.17%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#69AFBC (or 0x69AFBC) is known color: Fountain Blue. HEX triplet: 69, AF and BC. RGB value is (105,175,188). Sum of RGB (Red+Green+Blue) = 105+175+188=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #69AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFBC is #965043. Grayscale: #9B9B9B. Windows color (decimal): -9850948 or 12365673. OLE color: 12365673.

HSL color Cylindrical-coordinate representation of color #69AFBC: hue angle of 189.4º 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 #69AFBC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 175 188 -
CMYK 0.44 0.07 0 0.26
HSL 189.4º 0.38% 0.57% -
HSV(B) 189.4º 0.44% 0.74% -
XYZ 30.23 37.29 53.18 -
YUV 155.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 105 175 188 0.44 0.07 0 0.26 189.4 0.38 0.57
Hex 69 AF BC 2C 7 0 1A BD 26 39
Octal 151 257 274 54 7 0 32 275 46 71
Binary 1101001 10101111 10111100 101100 111 0 11010 10111101 100110 111001

Color Harmonies of #69AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFBC

Black with #69AFBC

Text Example


Text Example

White with #69AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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