#5CFFEF

Color #5CFFEF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5CFFEF

Tints of Baby Blue #5CFFEF

Color information

#5CFFEF (or 0x5CFFEF) is unknown color: approx Baby Blue. HEX triplet: 5C, FF and EF. RGB value is (92,255,239). Sum of RGB (Red+Green+Blue) = 92+255+239=586 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.70% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFFEF is #A30010. Grayscale: #CCCCCC. Windows color (decimal): -10682385 or 15728476. OLE color: 15728476.

HSL color Cylindrical-coordinate representation of color #5CFFEF: hue angle of 174.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFEF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB92255239-
CMYK0.6400.060
HSL174.11º100%68.04%-
HSV(B)174.11º63.92%100%-
XYZ55.7580.0394.17-
YUV204.44147.547.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.70%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=15.70%
G=43.52%
B=40.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922552390.6400.060174.1110068.04
Hex5CFFEF40060ae6444
Octal134377357100060256144104
Binary101110011111111111011111000000011001010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,255,239); }

 H1.HeaderClassName
 {
   color: #5CFFEF;
 }
 .AnyTagClassName
 {
   color: #5CFFEF;
 }
</style>
background-color css

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

 a { background-color: rgb(92,255,239); }

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

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

 span { border-color: rgb(92,255,239); }

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