#5AFFFD

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

Shades of Baby Blue #5AFFFD

Tints of Baby Blue #5AFFFD

Color information

#5AFFFD (or 0x5AFFFD) is unknown color: approx Baby Blue. HEX triplet: 5A, FF and FD. RGB value is (90,255,253). Sum of RGB (Red+Green+Blue) = 90+255+253=598 (79% of max value = 765). Red value is 90 (35.55% from 255 or 15.05% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFFD is #A50002. Grayscale: #CDCDCD. Windows color (decimal): -10813443 or 16645978. OLE color: 16645978.

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

Color convert

RGB90255253-
CMYK0.6500.010
HSL179.27º100%67.65%-
HSV(B)179.27º64.71%100%-
XYZ57.7180.79105.48-
YUV205.44154.8445.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.05%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=15.05%
G=42.64%
B=42.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902552530.6500.010179.2710067.65
Hex5AFFFD41010b36444
Octal132377375101010263144104
Binary1011010111111111111110110000010101011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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