#5AF9EC

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

Shades of Baby Blue #5AF9EC

Tints of Baby Blue #5AF9EC

Color information

#5AF9EC (or 0x5AF9EC) is unknown color: approx Baby Blue. HEX triplet: 5A, F9 and EC. RGB value is (90,249,236). Sum of RGB (Red+Green+Blue) = 90+249+236=575 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.65% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9EC is #A50613. Grayscale: #C7C7C7. Windows color (decimal): -10814996 or 15530330. OLE color: 15530330.

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

Color convert

RGB90249236-
CMYK0.6400.050.02
HSL175.09º92.98%66.47%-
HSV(B)175.09º63.86%97.65%-
XYZ53.2375.9891.22-
YUV199.98148.3249.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.65%
GREEN value IS 249 (97.66% from 255) = 43.30%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=15.65%
G=43.30%
B=41.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902492360.6400.050.02175.0992.9866.47
Hex5AF9EC40052af5d42
Octal132371354100052257135102
Binary1011010111110011110110010000000101101010111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,249,236); }

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

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

 a { background-color: rgb(90,249,236); }

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

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

 span { border-color: rgb(90,249,236); }

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