Html Css Color HEX #5AFCE5 Baby Blue

📋 copy color: '#5AFCE5'

red 90 ◦ green 252 ◦ blue 229

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

Shades of Baby Blue #5AFCE5

Tints of Baby Blue #5AFCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.13%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 15.76%
G = 44.13%
B = 40.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#5AFCE5 (or 0x5AFCE5) is known color: Baby Blue. HEX triplet: 5A, FC and E5. RGB value is (90,252,229). Sum of RGB (Red+Green+Blue) = 90+252+229=571 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.76% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFCE5 is #A5031A. Grayscale: #C8C8C8. Windows color (decimal): -10814235 or 15072346. OLE color: 15072346.

HSL color Cylindrical-coordinate representation of color #5AFCE5: hue angle of 171.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCE5 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 252 229 -
CMYK 0.64 0 0.09 0.01
HSL 171.48º 0.96% 0.67% -
HSV(B) 171.48º 0.64% 0.99% -
XYZ 53.17 77.45 86.28 -
YUV 200.94 143.83 48.87 -
System Red Green Blue C M Y K H S L
Decimal 90 252 229 0.64 0 0.09 0.01 171.48 0.96 0.67
Hex 5A FC E5 40 0 9 1 AB 60 43
Octal 132 374 345 100 0 11 1 253 140 103
Binary 1011010 11111100 11100101 1000000 0 1001 1 10101011 1100000 1000011

Color Harmonies of #5AFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFCE5

Black with #5AFCE5

Text Example


Text Example

White with #5AFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,252,229); }

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

background-color css

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

 a { background-color: rgb(90,252,229); }

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

border-color css

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

 span { border-color: rgb(90,252,229); }

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