#5AFFFE

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

Shades of Baby Blue #5AFFFE

Tints of Baby Blue #5AFFFE

Color information

#5AFFFE (or 0x5AFFFE) is unknown color: approx Baby Blue. HEX triplet: 5A, FF and FE. RGB value is (90,255,254). Sum of RGB (Red+Green+Blue) = 90+255+254=599 (79% of max value = 765). Red value is 90 (35.55% from 255 or 15.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFFE is #A50001. Grayscale: #CDCDCD. Windows color (decimal): -10813442 or 16711514. OLE color: 16711514.

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

Color convert

RGB90255254-
CMYK0.6500.000
HSL179.64º100%67.65%-
HSV(B)179.64º64.71%100%-
XYZ57.8780.85106.32-
YUV205.55155.3445.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.03%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=15.03%
G=42.57%
B=42.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902552540.6500.000179.6410067.65
Hex5AFFFE41000b46444
Octal132377376101000264144104
Binary1011010111111111111111010000010001011010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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