Html Css Color HEX #5CEEF6 Baby Blue

📋 copy color: '#5CEEF6'

red 92 ◦ green 238 ◦ blue 246

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

Shades of Baby Blue #5CEEF6

Tints of Baby Blue #5CEEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 15.97%
G = 41.32%
B = 42.71%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5CEEF6 (or 0x5CEEF6) is known color: Baby Blue. HEX triplet: 5C, EE and F6. RGB value is (92,238,246). Sum of RGB (Red+Green+Blue) = 92+238+246=576 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.97% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CEEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEEF6 is #A31109. Grayscale: #C3C3C3. Windows color (decimal): -10686730 or 16182876. OLE color: 16182876.

HSL color Cylindrical-coordinate representation of color #5CEEF6: hue angle of 183.12º 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 #5CEEF6 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 92 238 246 -
CMYK 0.63 0.03 0 0.04
HSL 183.12º 0.9% 0.66% -
HSV(B) 183.12º 0.63% 0.96% -
XYZ 51.62 70.08 97.99 -
YUV 195.26 156.63 54.35 -
System Red Green Blue C M Y K H S L
Decimal 92 238 246 0.63 0.03 0 0.04 183.12 0.9 0.66
Hex 5C EE F6 3F 3 0 4 B7 5A 42
Octal 134 356 366 77 3 0 4 267 132 102
Binary 1011100 11101110 11110110 111111 11 0 100 10110111 1011010 1000010

Color Harmonies of #5CEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEEF6

Black with #5CEEF6

Text Example


Text Example

White with #5CEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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