Html Css Color HEX #5CF6E5 Baby Blue

📋 copy color: '#5CF6E5'

red 92 ◦ green 246 ◦ blue 229

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

Shades of Baby Blue #5CF6E5

Tints of Baby Blue #5CF6E5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.39%

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 16.23%
G = 43.39%
B = 40.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#5CF6E5 (or 0x5CF6E5) is known color: Baby Blue. HEX triplet: 5C, F6 and E5. RGB value is (92,246,229). Sum of RGB (Red+Green+Blue) = 92+246+229=567 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.23% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF6E5 is #A3091A. Grayscale: #C5C5C5. Windows color (decimal): -10684699 or 15070812. OLE color: 15070812.

HSL color Cylindrical-coordinate representation of color #5CF6E5: hue angle of 173.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6E5 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 92 246 229 -
CMYK 0.63 0 0.07 0.04
HSL 173.38º 0.9% 0.66% -
HSV(B) 173.38º 0.63% 0.96% -
XYZ 51.51 73.84 85.67 -
YUV 198.02 145.48 52.38 -
System Red Green Blue C M Y K H S L
Decimal 92 246 229 0.63 0 0.07 0.04 173.38 0.9 0.66
Hex 5C F6 E5 3F 0 7 4 AD 5A 42
Octal 134 366 345 77 0 7 4 255 132 102
Binary 1011100 11110110 11100101 111111 0 111 100 10101101 1011010 1000010

Color Harmonies of #5CF6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF6E5

Black with #5CF6E5

Text Example


Text Example

White with #5CF6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,246,229); }

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

background-color css

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

 a { background-color: rgb(92,246,229); }

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

border-color css

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

 span { border-color: rgb(92,246,229); }

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