Html Css Color HEX #5AFBE5 Baby Blue

📋 copy color: '#5AFBE5'

red 90 ◦ green 251 ◦ blue 229

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

Shades of Baby Blue #5AFBE5

Tints of Baby Blue #5AFBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.04%

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

R = 15.79%
G = 44.04%
B = 40.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#5AFBE5 (or 0x5AFBE5) is known color: Baby Blue. HEX triplet: 5A, FB and E5. RGB value is (90,251,229). Sum of RGB (Red+Green+Blue) = 90+251+229=570 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.79% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBE5 is #A5041A. Grayscale: #C8C8C8. Windows color (decimal): -10814491 or 15072090. OLE color: 15072090.

HSL color Cylindrical-coordinate representation of color #5AFBE5: hue angle of 171.8º degrees, saturation: 0.95, 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 #5AFBE5 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 251 229 -
CMYK 0.64 0 0.09 0.02
HSL 171.8º 0.95% 0.67% -
HSV(B) 171.8º 0.64% 0.98% -
XYZ 52.86 76.83 86.17 -
YUV 200.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 90 251 229 0.64 0 0.09 0.02 171.8 0.95 0.67
Hex 5A FB E5 40 0 9 2 AC 5F 43
Octal 132 373 345 100 0 11 2 254 137 103
Binary 1011010 11111011 11100101 1000000 0 1001 10 10101100 1011111 1000011

Color Harmonies of #5AFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBE5

Black with #5AFBE5

Text Example


Text Example

White with #5AFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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