Html Css Color HEX #5AFAE0 Baby Blue

📋 copy color: '#5AFAE0'

red 90 ◦ green 250 ◦ blue 224

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

Shades of Baby Blue #5AFAE0

Tints of Baby Blue #5AFAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.33%

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 15.96%
G = 44.33%
B = 39.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#5AFAE0 (or 0x5AFAE0) is known color: Baby Blue. HEX triplet: 5A, FA and E0. RGB value is (90,250,224). Sum of RGB (Red+Green+Blue) = 90+250+224=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAE0 is #A5051F. Grayscale: #C7C7C7. Windows color (decimal): -10814752 or 14744154. OLE color: 14744154.

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

Color convert

RGB 90 250 224 -
CMYK 0.64 0 0.10 0.02
HSL 170.25º 0.94% 0.67% -
HSV(B) 170.25º 0.64% 0.98% -
XYZ 51.86 75.93 82.44 -
YUV 199.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 90 250 224 0.64 0 0.10 0.02 170.25 0.94 0.67
Hex 5A FA E0 40 0 A 2 AA 5E 43
Octal 132 372 340 100 0 12 2 252 136 103
Binary 1011010 11111010 11100000 1000000 0 1010 10 10101010 1011110 1000011

Color Harmonies of #5AFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAE0

Black with #5AFAE0

Text Example


Text Example

White with #5AFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,250,224); }

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

background-color css

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

 a { background-color: rgb(90,250,224); }

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

border-color css

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

 span { border-color: rgb(90,250,224); }

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