Html Css Color HEX #5AFEF9 Baby Blue

📋 copy color: '#5AFEF9'

red 90 ◦ green 254 ◦ blue 249

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

Shades of Baby Blue #5AFEF9

Tints of Baby Blue #5AFEF9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.83%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 15.18%
G = 42.83%
B = 41.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#5AFEF9 (or 0x5AFEF9) is known color: Baby Blue. HEX triplet: 5A, FE and F9. RGB value is (90,254,249). Sum of RGB (Red+Green+Blue) = 90+254+249=593 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.18% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFEF9 is #A50106. Grayscale: #CCCCCC. Windows color (decimal): -10813703 or 16383578. OLE color: 16383578.

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

Color convert

RGB 90 254 249 -
CMYK 0.65 0 0.02 0.00
HSL 178.17º 0.99% 0.67% -
HSV(B) 178.17º 0.65% 1% -
XYZ 56.76 79.9 102.05 -
YUV 204.39 153.17 46.41 -
System Red Green Blue C M Y K H S L
Decimal 90 254 249 0.65 0 0.02 0.00 178.17 0.99 0.67
Hex 5A FE F9 41 0 2 0 B2 63 43
Octal 132 376 371 101 0 2 0 262 143 103
Binary 1011010 11111110 11111001 1000001 0 10 0 10110010 1100011 1000011

Color Harmonies of #5AFEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFEF9

Black with #5AFEF9

Text Example


Text Example

White with #5AFEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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