Html Css Color HEX #5AFBE0 Baby Blue

📋 copy color: '#5AFBE0'

red 90 ◦ green 251 ◦ blue 224

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

Shades of Baby Blue #5AFBE0

Tints of Baby Blue #5AFBE0

RGB

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

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

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

R = 15.93%
G = 44.42%
B = 39.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#5AFBE0 (or 0x5AFBE0) is known color: Baby Blue. HEX triplet: 5A, FB and E0. RGB value is (90,251,224). Sum of RGB (Red+Green+Blue) = 90+251+224=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBE0 is #A5041F. Grayscale: #C7C7C7. Windows color (decimal): -10814496 or 14744410. OLE color: 14744410.

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

Color convert

RGB 90 251 224 -
CMYK 0.64 0 0.11 0.02
HSL 169.94º 0.95% 0.67% -
HSV(B) 169.94º 0.64% 0.98% -
XYZ 52.17 76.55 82.55 -
YUV 199.78 141.66 49.7 -
System Red Green Blue C M Y K H S L
Decimal 90 251 224 0.64 0 0.11 0.02 169.94 0.95 0.67
Hex 5A FB E0 40 0 B 2 AA 5F 43
Octal 132 373 340 100 0 13 2 252 137 103
Binary 1011010 11111011 11100000 1000000 0 1011 10 10101010 1011111 1000011

Color Harmonies of #5AFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFBE0

Black with #5AFBE0

Text Example


Text Example

White with #5AFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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