Html Css Color HEX #5AEDFA Baby Blue

📋 copy color: '#5AEDFA'

red 90 ◦ green 237 ◦ blue 250

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

Shades of Baby Blue #5AEDFA

Tints of Baby Blue #5AEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 15.6%
G = 41.07%
B = 43.33%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AEDFA (or 0x5AEDFA) is known color: Baby Blue. HEX triplet: 5A, ED and FA. RGB value is (90,237,250). Sum of RGB (Red+Green+Blue) = 90+237+250=577 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.60% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AEDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEDFA is #A51205. Grayscale: #C2C2C2. Windows color (decimal): -10818054 or 16444762. OLE color: 16444762.

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

Color convert

RGB 90 237 250 -
CMYK 0.64 0.05 0 0.02
HSL 184.88º 0.94% 0.67% -
HSV(B) 184.88º 0.64% 0.98% -
XYZ 51.76 69.64 101.16 -
YUV 194.53 159.3 53.44 -
System Red Green Blue C M Y K H S L
Decimal 90 237 250 0.64 0.05 0 0.02 184.88 0.94 0.67
Hex 5A ED FA 40 5 0 2 B9 5E 43
Octal 132 355 372 100 5 0 2 271 136 103
Binary 1011010 11101101 11111010 1000000 101 0 10 10111001 1011110 1000011

Color Harmonies of #5AEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDFA

Black with #5AEDFA

Text Example


Text Example

White with #5AEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,237,250); }

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

background-color css

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

 a { background-color: rgb(90,237,250); }

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

border-color css

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

 span { border-color: rgb(90,237,250); }

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