Html Css Color HEX #5AEAFB Baby Blue

📋 copy color: '#5AEAFB'

red 90 ◦ green 234 ◦ blue 251

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

Shades of Baby Blue #5AEAFB

Tints of Baby Blue #5AEAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.7%

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 15.65%
G = 40.7%
B = 43.65%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AEAFB (or 0x5AEAFB) is known color: Baby Blue. HEX triplet: 5A, EA and FB. RGB value is (90,234,251). Sum of RGB (Red+Green+Blue) = 90+234+251=575 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.65% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AEAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEAFB is #A51504. Grayscale: #C0C0C0. Windows color (decimal): -10818821 or 16509530. OLE color: 16509530.

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

Color convert

RGB 90 234 251 -
CMYK 0.64 0.07 0 0.02
HSL 186.34º 0.95% 0.67% -
HSV(B) 186.34º 0.64% 0.98% -
XYZ 51.05 67.98 101.7 -
YUV 192.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 90 234 251 0.64 0.07 0 0.02 186.34 0.95 0.67
Hex 5A EA FB 40 7 0 2 BA 5F 43
Octal 132 352 373 100 7 0 2 272 137 103
Binary 1011010 11101010 11111011 1000000 111 0 10 10111010 1011111 1000011

Color Harmonies of #5AEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAFB

Black with #5AEAFB

Text Example


Text Example

White with #5AEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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