Html Css Color HEX #5AFEE4 Baby Blue

📋 copy color: '#5AFEE4'

red 90 ◦ green 254 ◦ blue 228

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

Shades of Baby Blue #5AFEE4

Tints of Baby Blue #5AFEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.86%

R = 15.73%
G = 44.41%
B = 39.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#5AFEE4 (or 0x5AFEE4) is known color: Baby Blue. HEX triplet: 5A, FE and E4. RGB value is (90,254,228). Sum of RGB (Red+Green+Blue) = 90+254+228=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEE4 is #A5011B. Grayscale: #C9C9C9. Windows color (decimal): -10813724 or 15007322. OLE color: 15007322.

HSL color Cylindrical-coordinate representation of color #5AFEE4: hue angle of 170.49º 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 #5AFEE4 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 254 228 -
CMYK 0.65 0 0.10 0.00
HSL 170.49º 0.99% 0.67% -
HSV(B) 170.49º 0.65% 1% -
XYZ 53.66 78.66 85.75 -
YUV 202 142.67 48.11 -
System Red Green Blue C M Y K H S L
Decimal 90 254 228 0.65 0 0.10 0.00 170.49 0.99 0.67
Hex 5A FE E4 41 0 A 0 AA 63 43
Octal 132 376 344 101 0 12 0 252 143 103
Binary 1011010 11111110 11100100 1000001 0 1010 0 10101010 1100011 1000011

Color Harmonies of #5AFEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFEE4

Black with #5AFEE4

Text Example


Text Example

White with #5AFEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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