Html Css Color HEX #54F2EF Baby Blue

📋 copy color: '#54F2EF'

red 84 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #54F2EF

Tints of Baby Blue #54F2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 14.87%
G = 42.83%
B = 42.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#54F2EF (or 0x54F2EF) is known color: Baby Blue. HEX triplet: 54, F2 and EF. RGB value is (84,242,239). Sum of RGB (Red+Green+Blue) = 84+242+239=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F2EF is #AB0D10. Grayscale: #C2C2C2. Windows color (decimal): -11210001 or 15725140. OLE color: 15725140.

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

Color convert

RGB 84 242 239 -
CMYK 0.65 0 0.01 0.05
HSL 178.86º 0.86% 0.64% -
HSV(B) 178.86º 0.65% 0.95% -
XYZ 50.99 71.62 92.8 -
YUV 194.42 153.15 49.24 -
System Red Green Blue C M Y K H S L
Decimal 84 242 239 0.65 0 0.01 0.05 178.86 0.86 0.64
Hex 54 F2 EF 41 0 1 5 B3 56 40
Octal 124 362 357 101 0 1 5 263 126 100
Binary 1010100 11110010 11101111 1000001 0 1 101 10110011 1010110 1000000

Color Harmonies of #54F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2EF

Black with #54F2EF

Text Example


Text Example

White with #54F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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