#5DFCFD

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

Shades of Baby Blue #5DFCFD

Tints of Baby Blue #5DFCFD

Color information

#5DFCFD (or 0x5DFCFD) is unknown color: approx Baby Blue. HEX triplet: 5D, FC and FD. RGB value is (93,252,253). Sum of RGB (Red+Green+Blue) = 93+252+253=598 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.55% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFCFD is #A20302. Grayscale: #CCCCCC. Windows color (decimal): -10617603 or 16645213. OLE color: 16645213.

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

Color convert

RGB93252253-
CMYK0.630.0000.01
HSL180.38º97.56%67.84%-
HSV(B)180.38º63.24%99.22%-
XYZ57.0579.04105.18-
YUV204.57155.3248.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.55%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=15.55%
G=42.14%
B=42.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932522530.630.0000.01180.3897.5667.84
Hex5DFCFD3F001b46244
Octal13537437577001264142104
Binary101110111111100111111011111110011011010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,252,253); }

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

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

 a { background-color: rgb(93,252,253); }

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

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

 span { border-color: rgb(93,252,253); }

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