#5AF7E9

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

Shades of Baby Blue #5AF7E9

Tints of Baby Blue #5AF7E9

Color information

#5AF7E9 (or 0x5AF7E9) is unknown color: approx Baby Blue. HEX triplet: 5A, F7 and E9. RGB value is (90,247,233). Sum of RGB (Red+Green+Blue) = 90+247+233=570 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.79% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF7E9 is #A50816. Grayscale: #C6C6C6. Windows color (decimal): -10815511 or 15333210. OLE color: 15333210.

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

Color convert

RGB90247233-
CMYK0.6400.060.03
HSL174.65º90.75%66.08%-
HSV(B)174.65º63.56%96.86%-
XYZ52.1974.5888.74-
YUV198.46147.4950.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.79%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=15.79%
G=43.33%
B=40.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal902472330.6400.060.03174.6590.7566.08
Hex5AF7E940063af5b42
Octal132367351100063257133102
Binary1011010111101111110100110000000110111010111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,247,233); }

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

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

 a { background-color: rgb(90,247,233); }

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

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

 span { border-color: rgb(90,247,233); }

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