Html Css Color HEX #54F9EC Baby Blue

📋 copy color: '#54F9EC'

red 84 ◦ green 249 ◦ blue 236

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

Shades of Baby Blue #54F9EC

Tints of Baby Blue #54F9EC

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 84 249 236 -
CMYK 0.66 0 0.05 0.02
HSL 175.27º 0.93% 0.65% -
HSV(B) 175.27º 0.66% 0.98% -
XYZ 52.67 75.69 91.19 -
YUV 198.18 149.34 46.56 -
System Red Green Blue C M Y K H S L
Decimal 84 249 236 0.66 0 0.05 0.02 175.27 0.93 0.65
Hex 54 F9 EC 42 0 5 2 AF 5D 41
Octal 124 371 354 102 0 5 2 257 135 101
Binary 1010100 11111001 11101100 1000010 0 101 10 10101111 1011101 1000001

Color Harmonies of #54F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F9EC

Black with #54F9EC

Text Example


Text Example

White with #54F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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