#5CFEFF

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

Shades of Baby Blue #5CFEFF

Tints of Baby Blue #5CFEFF

Color information

#5CFEFF (or 0x5CFEFF) is unknown color: approx Baby Blue. HEX triplet: 5C, FE and FF. RGB value is (92,254,255). Sum of RGB (Red+Green+Blue) = 92+254+255=601 (79% of max value = 765). Red value is 92 (36.33% from 255 or 15.31% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEFF is #A30100. Grayscale: #CDCDCD. Windows color (decimal): -10682625 or 16776796. OLE color: 16776796.

HSL color Cylindrical-coordinate representation of color #5CFEFF: hue angle of 180.37º 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 #5CFEFF is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92254255-
CMYK0.640.0000
HSL180.37º100%68.04%-
HSV(B)180.37º63.92%100%-
XYZ57.9180.38107.07-
YUV205.68155.8346.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.31%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 255 (100% from 255) = 42.43%
R=15.31%
G=42.26%
B=42.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922542550.640.0000180.3710068.04
Hex5CFEFF40000b46444
Octal134376377100000264144104
Binary1011100111111101111111110000000001011010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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