#5AFDFC

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

Shades of Baby Blue #5AFDFC

Tints of Baby Blue #5AFDFC

Color information

#5AFDFC (or 0x5AFDFC) is unknown color: approx Baby Blue. HEX triplet: 5A, FD and FC. RGB value is (90,253,252). Sum of RGB (Red+Green+Blue) = 90+253+252=595 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.13% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDFC is #A50203. Grayscale: #CBCBCB. Windows color (decimal): -10813956 or 16579930. OLE color: 16579930.

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

Color convert

RGB90253252-
CMYK0.6400.000.01
HSL179.63º97.6%67.25%-
HSV(B)179.63º64.43%99.22%-
XYZ56.9179.45104.43-
YUV204.1515546.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.13%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=15.13%
G=42.52%
B=42.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal902532520.6400.000.01179.6397.667.25
Hex5AFDFC40001b46243
Octal132375374100001264142103
Binary1011010111111011111110010000000011011010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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