#5AF5FA

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

Shades of Baby Blue #5AF5FA

Tints of Baby Blue #5AF5FA

Color information

#5AF5FA (or 0x5AF5FA) is unknown color: approx Baby Blue. HEX triplet: 5A, F5 and FA. RGB value is (90,245,250). Sum of RGB (Red+Green+Blue) = 90+245+250=585 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.38% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AF5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF5FA is #A50A05. Grayscale: #C7C7C7. Windows color (decimal): -10816006 or 16446810. OLE color: 16446810.

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

Color convert

RGB90245250-
CMYK0.640.0200.02
HSL181.88º94.12%66.67%-
HSV(B)181.88º64%98.04%-
XYZ54.1274.38101.95-
YUV199.22156.6550.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.38%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=15.38%
G=41.88%
B=42.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902452500.640.0200.02181.8894.1266.67
Hex5AF5FA40202b65e43
Octal132365372100202266136103
Binary101101011110101111110101000000100101011011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,245,250); }

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

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

 a { background-color: rgb(90,245,250); }

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

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

 span { border-color: rgb(90,245,250); }

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