#5AF9F2

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

Shades of Baby Blue #5AF9F2

Tints of Baby Blue #5AF9F2

Color information

#5AF9F2 (or 0x5AF9F2) is unknown color: approx Baby Blue. HEX triplet: 5A, F9 and F2. RGB value is (90,249,242). Sum of RGB (Red+Green+Blue) = 90+249+242=581 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.49% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9F2 is #A5060D. Grayscale: #C8C8C8. Windows color (decimal): -10814990 or 15923546. OLE color: 15923546.

HSL color Cylindrical-coordinate representation of color #5AF9F2: hue angle of 177.36º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9F2 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB90249242-
CMYK0.6400.030.02
HSL177.36º92.98%66.47%-
HSV(B)177.36º63.86%97.65%-
XYZ54.1276.3495.89-
YUV200.66151.3249.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.49%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=15.49%
G=42.86%
B=41.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902492420.6400.030.02177.3692.9866.47
Hex5AF9F240032b15d42
Octal132371362100032261135102
Binary101101011111001111100101000000011101011000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,249,242); }

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

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

 a { background-color: rgb(90,249,242); }

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

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

 span { border-color: rgb(90,249,242); }

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