Html Css Color HEX #5CAFAB Fountain Blue

📋 copy color: '#5CAFAB'

red 92 ◦ green 175 ◦ blue 171

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

Shades of Fountain Blue #5CAFAB

Tints of Fountain Blue #5CAFAB

RGB

 RED value IS 92 (36.33% from 255) = 21%

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 21%
G = 39.95%
B = 39.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#5CAFAB (or 0x5CAFAB) is known color: Fountain Blue. HEX triplet: 5C, AF and AB. RGB value is (92,175,171). Sum of RGB (Red+Green+Blue) = 92+175+171=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAB is #A35054. Grayscale: #959595. Windows color (decimal): -10702933 or 11251548. OLE color: 11251548.

HSL color Cylindrical-coordinate representation of color #5CAFAB: hue angle of 177.11º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAFAB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 175 171 -
CMYK 0.47 0 0.02 0.31
HSL 177.11º 0.34% 0.52% -
HSV(B) 177.11º 0.47% 0.69% -
XYZ 27.09 35.88 44.02 -
YUV 149.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 92 175 171 0.47 0 0.02 0.31 177.11 0.34 0.52
Hex 5C AF AB 2F 0 2 1F B1 22 34
Octal 134 257 253 57 0 2 37 261 42 64
Binary 1011100 10101111 10101011 101111 0 10 11111 10110001 100010 110100

Color Harmonies of #5CAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFAB

Black with #5CAFAB

Text Example


Text Example

White with #5CAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CAFAB; }

 p { color: rgb(92,175,171); }

 H1.HeaderClassName
 {
   color: #5CAFAB;
 }
 .AnyTagClassName
 {
   color: #5CAFAB;
 }
</style>

background-color css

<style>
 a { background-color: #5CAFAB; }

 a { background-color: rgb(92,175,171); }

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

border-color css

<style>
 span { border-color: #5CAFAB; }

 span { border-color: rgb(92,175,171); }

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