Html Css Color HEX #5AF8EC Baby Blue

📋 copy color: '#5AF8EC'

red 90 ◦ green 248 ◦ blue 236

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

Shades of Baby Blue #5AF8EC

Tints of Baby Blue #5AF8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 15.68%
G = 43.21%
B = 41.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#5AF8EC (or 0x5AF8EC) is known color: Baby Blue. HEX triplet: 5A, F8 and EC. RGB value is (90,248,236). Sum of RGB (Red+Green+Blue) = 90+248+236=574 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.68% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8EC is #A50713. Grayscale: #C7C7C7. Windows color (decimal): -10815252 or 15530074. OLE color: 15530074.

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

Color convert

RGB 90 248 236 -
CMYK 0.64 0 0.05 0.03
HSL 175.44º 0.92% 0.66% -
HSV(B) 175.44º 0.64% 0.97% -
XYZ 52.92 75.36 91.11 -
YUV 199.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 90 248 236 0.64 0 0.05 0.03 175.44 0.92 0.66
Hex 5A F8 EC 40 0 5 3 AF 5C 42
Octal 132 370 354 100 0 5 3 257 134 102
Binary 1011010 11111000 11101100 1000000 0 101 11 10101111 1011100 1000010

Color Harmonies of #5AF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF8EC

Black with #5AF8EC

Text Example


Text Example

White with #5AF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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