Html Css Color HEX #54ECF9 Baby Blue

📋 copy color: '#54ECF9'

red 84 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #54ECF9

Tints of Baby Blue #54ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 249 (97.66% from 255) = 43.76%

R = 14.76%
G = 41.48%
B = 43.76%

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

#54ECF9 (or 0x54ECF9) is known color: Baby Blue. HEX triplet: 54, EC and F9. RGB value is (84,236,249). Sum of RGB (Red+Green+Blue) = 84+236+249=569 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.76% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #54ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF9 is #AB1306. Grayscale: #BFBFBF. Windows color (decimal): -11211527 or 16378964. OLE color: 16378964.

HSL color Cylindrical-coordinate representation of color #54ECF9: hue angle of 184.73º degrees, saturation: 0.93, 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 #54ECF9 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 236 249 -
CMYK 0.66 0.05 0 0.02
HSL 184.73º 0.93% 0.65% -
HSV(B) 184.73º 0.66% 0.98% -
XYZ 50.75 68.72 100.21 -
YUV 192.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 84 236 249 0.66 0.05 0 0.02 184.73 0.93 0.65
Hex 54 EC F9 42 5 0 2 B9 5D 41
Octal 124 354 371 102 5 0 2 271 135 101
Binary 1010100 11101100 11111001 1000010 101 0 10 10111001 1011101 1000001

Color Harmonies of #54ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECF9

Black with #54ECF9

Text Example


Text Example

White with #54ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,236,249); }

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

background-color css

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

 a { background-color: rgb(84,236,249); }

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

border-color css

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

 span { border-color: rgb(84,236,249); }

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