#54FEF6

Color #54FEF6 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #54FEF6

Tints of Baby Blue #54FEF6

Color information

#54FEF6 (or 0x54FEF6) is unknown color: approx Baby Blue. HEX triplet: 54, FE and F6. RGB value is (84,254,246). Sum of RGB (Red+Green+Blue) = 84+254+246=584 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.38% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FEF6 is #AB0109. Grayscale: #CACACA. Windows color (decimal): -11206922 or 16186964. OLE color: 16186964.

HSL color Cylindrical-coordinate representation of color #54FEF6: hue angle of 177.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEF6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB84254246-
CMYK0.6700.030.00
HSL177.18º98.84%66.27%-
HSV(B)177.18º66.93%99.61%-
XYZ55.7379.4299.58-
YUV202.26152.6843.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.38%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 246 (96.48% from 255) = 42.12%
R=14.38%
G=43.49%
B=42.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal842542460.6700.030.00177.1898.8466.27
Hex54FEF643030b16342
Octal124376366103030261143102
Binary10101001111111011110110100001101101011000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,254,246); }

 H1.HeaderClassName
 {
   color: #54FEF6;
 }
 .AnyTagClassName
 {
   color: #54FEF6;
 }
</style>
background-color css

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

 a { background-color: rgb(84,254,246); }

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

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

 span { border-color: rgb(84,254,246); }

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