#5AFFFC

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

Shades of Baby Blue #5AFFFC

Tints of Baby Blue #5AFFFC

Color information

#5AFFFC (or 0x5AFFFC) is unknown color: approx Baby Blue. HEX triplet: 5A, FF and FC. RGB value is (90,255,252). Sum of RGB (Red+Green+Blue) = 90+255+252=597 (79% of max value = 765). Red value is 90 (35.55% from 255 or 15.08% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFFC is #A50003. Grayscale: #CDCDCD. Windows color (decimal): -10813444 or 16580442. OLE color: 16580442.

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

Color convert

RGB90255252-
CMYK0.6500.010
HSL178.91º100%67.65%-
HSV(B)178.91º64.71%100%-
XYZ57.5580.72104.64-
YUV205.32154.3445.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.08%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=15.08%
G=42.71%
B=42.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902552520.6500.010178.9110067.65
Hex5AFFFC41010b36444
Octal132377374101010263144104
Binary1011010111111111111110010000010101011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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