Html Css Color HEX #5AF8ED Baby Blue

📋 copy color: '#5AF8ED'

red 90 ◦ green 248 ◦ blue 237

#5AF8ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #5AF8ED

Tints of Baby Blue #5AF8ED

RGB

 RED value IS 90 (35.55% from 255) = 15.65%

 GREEN value IS 248 (97.27% from 255) = 43.13%

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 15.65%
G = 43.13%
B = 41.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#5AF8ED (or 0x5AF8ED) is known color: Baby Blue. HEX triplet: 5A, F8 and ED. RGB value is (90,248,237). Sum of RGB (Red+Green+Blue) = 90+248+237=575 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.65% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8ED is #A50712. Grayscale: #C7C7C7. Windows color (decimal): -10815251 or 15595610. OLE color: 15595610.

HSL color Cylindrical-coordinate representation of color #5AF8ED: hue angle of 175.82º degrees, saturation: 0.92, 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 #5AF8ED is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 237 -
CMYK 0.64 0 0.04 0.03
HSL 175.82º 0.92% 0.66% -
HSV(B) 175.82º 0.64% 0.97% -
XYZ 53.07 75.42 91.88 -
YUV 199.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 90 248 237 0.64 0 0.04 0.03 175.82 0.92 0.66
Hex 5A F8 ED 40 0 4 3 B0 5C 42
Octal 132 370 355 100 0 4 3 260 134 102
Binary 1011010 11111000 11101101 1000000 0 100 11 10110000 1011100 1000010

Color Harmonies of #5AF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8ED

Black with #5AF8ED

Text Example


Text Example

White with #5AF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,248,237); }

 H1.HeaderClassName
 {
   color: #5AF8ED;
 }
 .AnyTagClassName
 {
   color: #5AF8ED;
 }
</style>

background-color css

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

 a { background-color: rgb(90,248,237); }

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

border-color css

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

 span { border-color: rgb(90,248,237); }

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