#5AF4FA

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

Shades of Baby Blue #5AF4FA

Tints of Baby Blue #5AF4FA

Color information

#5AF4FA (or 0x5AF4FA) is unknown color: approx Baby Blue. HEX triplet: 5A, F4 and FA. RGB value is (90,244,250). Sum of RGB (Red+Green+Blue) = 90+244+250=584 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.41% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AF4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF4FA is #A50B05. Grayscale: #C6C6C6. Windows color (decimal): -10816262 or 16446554. OLE color: 16446554.

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

Color convert

RGB90244250-
CMYK0.640.0200.02
HSL182.25º94.12%66.67%-
HSV(B)182.25º64%98.04%-
XYZ53.8273.78101.85-
YUV198.64156.9850.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.41%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=15.41%
G=41.78%
B=42.81%

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
Decimal902442500.640.0200.02182.2594.1266.67
Hex5AF4FA40202b65e43
Octal132364372100202266136103
Binary101101011110100111110101000000100101011011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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