#5CFDE3

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

Shades of Baby Blue #5CFDE3

Tints of Baby Blue #5CFDE3

Color information

#5CFDE3 (or 0x5CFDE3) is unknown color: approx Baby Blue. HEX triplet: 5C, FD and E3. RGB value is (92,253,227). Sum of RGB (Red+Green+Blue) = 92+253+227=572 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.08% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFDE3 is #A3021C. Grayscale: #C9C9C9. Windows color (decimal): -10682909 or 14941532. OLE color: 14941532.

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

Color convert

RGB92253227-
CMYK0.6400.100.01
HSL170.31º97.58%67.65%-
HSV(B)170.31º63.64%99.22%-
XYZ53.478.0784.93-
YUV201.9142.1649.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.08%
GREEN value IS 253 (99.22% from 255) = 44.23%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=16.08%
G=44.23%
B=39.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922532270.6400.100.01170.3197.5867.65
Hex5CFDE3400A1aa6244
Octal1343753431000121252142104
Binary1011100111111011110001110000000101011010101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,253,227); }

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

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

 a { background-color: rgb(92,253,227); }

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

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

 span { border-color: rgb(92,253,227); }

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