Html Css Color HEX #5CFBF9 Baby Blue

📋 copy color: '#5CFBF9'

red 92 ◦ green 251 ◦ blue 249

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

Shades of Baby Blue #5CFBF9

Tints of Baby Blue #5CFBF9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 15.54%
G = 42.4%
B = 42.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#5CFBF9 (or 0x5CFBF9) is known color: Baby Blue. HEX triplet: 5C, FB and F9. RGB value is (92,251,249). Sum of RGB (Red+Green+Blue) = 92+251+249=592 (78% of max value = 765). Red value is 92 (36.33% from 255 or 15.54% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFBF9 is #A30406. Grayscale: #CBCBCB. Windows color (decimal): -10683399 or 16382812. OLE color: 16382812.

HSL color Cylindrical-coordinate representation of color #5CFBF9: hue angle of 179.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBF9 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 251 249 -
CMYK 0.63 0 0.01 0.02
HSL 179.25º 0.95% 0.67% -
HSV(B) 179.25º 0.63% 0.98% -
XYZ 56.01 78.11 101.75 -
YUV 203.23 153.82 48.66 -
System Red Green Blue C M Y K H S L
Decimal 92 251 249 0.63 0 0.01 0.02 179.25 0.95 0.67
Hex 5C FB F9 3F 0 1 2 B3 5F 43
Octal 134 373 371 77 0 1 2 263 137 103
Binary 1011100 11111011 11111001 111111 0 1 10 10110011 1011111 1000011

Color Harmonies of #5CFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CFBF9

Black with #5CFBF9

Text Example


Text Example

White with #5CFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,251,249); }

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

background-color css

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

 a { background-color: rgb(92,251,249); }

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

border-color css

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

 span { border-color: rgb(92,251,249); }

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