#5AFAFE

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

Shades of Baby Blue #5AFAFE

Tints of Baby Blue #5AFAFE

Color information

#5AFAFE (or 0x5AFAFE) is unknown color: approx Baby Blue. HEX triplet: 5A, FA and FE. RGB value is (90,250,254). Sum of RGB (Red+Green+Blue) = 90+250+254=594 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.15% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFAFE is #A50501. Grayscale: #CACACA. Windows color (decimal): -10814722 or 16710234. OLE color: 16710234.

HSL color Cylindrical-coordinate representation of color #5AFAFE: hue angle of 181.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFAFE is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB90250254-
CMYK0.650.0200.00
HSL181.46º98.8%67.45%-
HSV(B)181.46º64.57%99.61%-
XYZ56.2977.7105.8-
YUV202.62156.9947.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.15%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=15.15%
G=42.09%
B=42.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal902502540.650.0200.00181.4698.867.45
Hex5AFAFE41200b56343
Octal132372376101200265143103
Binary10110101111101011111110100000110001011010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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