#5AFDF4

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

Shades of Baby Blue #5AFDF4

Tints of Baby Blue #5AFDF4

Color information

#5AFDF4 (or 0x5AFDF4) is unknown color: approx Baby Blue. HEX triplet: 5A, FD and F4. RGB value is (90,253,244). Sum of RGB (Red+Green+Blue) = 90+253+244=587 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.33% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDF4 is #A5020B. Grayscale: #CBCBCB. Windows color (decimal): -10813964 or 16055642. OLE color: 16055642.

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

Color convert

RGB90253244-
CMYK0.6400.040.01
HSL176.69º97.6%67.25%-
HSV(B)176.69º64.43%99.22%-
XYZ55.6778.9697.89-
YUV203.2415147.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.33%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=15.33%
G=43.10%
B=41.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal902532440.6400.040.01176.6997.667.25
Hex5AFDF440041b16243
Octal132375364100041261142103
Binary101101011111101111101001000000010011011000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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