Html Css Color HEX #54EDFA Baby Blue

📋 copy color: '#54EDFA'

red 84 ◦ green 237 ◦ blue 250

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

Shades of Baby Blue #54EDFA

Tints of Baby Blue #54EDFA

RGB

 RED value IS 84 (33.2% from 255) = 14.71%

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

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

R = 14.71%
G = 41.51%
B = 43.78%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54EDFA (or 0x54EDFA) is known color: Baby Blue. HEX triplet: 54, ED and FA. RGB value is (84,237,250). Sum of RGB (Red+Green+Blue) = 84+237+250=571 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.71% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #54EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDFA is #AB1205. Grayscale: #C0C0C0. Windows color (decimal): -11211270 or 16444756. OLE color: 16444756.

HSL color Cylindrical-coordinate representation of color #54EDFA: hue angle of 184.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54EDFA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 237 250 -
CMYK 0.66 0.05 0 0.02
HSL 184.7º 0.94% 0.65% -
HSV(B) 184.7º 0.66% 0.98% -
XYZ 51.2 69.36 101.13 -
YUV 192.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 84 237 250 0.66 0.05 0 0.02 184.7 0.94 0.65
Hex 54 ED FA 42 5 0 2 B9 5E 41
Octal 124 355 372 102 5 0 2 271 136 101
Binary 1010100 11101101 11111010 1000010 101 0 10 10111001 1011110 1000001

Color Harmonies of #54EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EDFA

Black with #54EDFA

Text Example


Text Example

White with #54EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54EDFA; }

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

 H1.HeaderClassName
 {
   color: #54EDFA;
 }
 .AnyTagClassName
 {
   color: #54EDFA;
 }
</style>

background-color css

<style>
 a { background-color: #54EDFA; }

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

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

border-color css

<style>
 span { border-color: #54EDFA; }

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

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