Html Css Color HEX #54F2EC Baby Blue

📋 copy color: '#54F2EC'

red 84 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #54F2EC

Tints of Baby Blue #54F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 14.95%
G = 43.06%
B = 41.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#54F2EC (or 0x54F2EC) is known color: Baby Blue. HEX triplet: 54, F2 and EC. RGB value is (84,242,236). Sum of RGB (Red+Green+Blue) = 84+242+236=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F2EC is #AB0D13. Grayscale: #C1C1C1. Windows color (decimal): -11210004 or 15528532. OLE color: 15528532.

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

Color convert

RGB 84 242 236 -
CMYK 0.65 0 0.02 0.05
HSL 177.72º 0.86% 0.64% -
HSV(B) 177.72º 0.65% 0.95% -
XYZ 50.55 71.45 90.48 -
YUV 194.07 151.65 49.49 -
System Red Green Blue C M Y K H S L
Decimal 84 242 236 0.65 0 0.02 0.05 177.72 0.86 0.64
Hex 54 F2 EC 41 0 2 5 B2 56 40
Octal 124 362 354 101 0 2 5 262 126 100
Binary 1010100 11110010 11101100 1000001 0 10 101 10110010 1010110 1000000

Color Harmonies of #54F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2EC

Black with #54F2EC

Text Example


Text Example

White with #54F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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