#54ffe6

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

Shades of Baby Blue #54FFE6

Tints of Baby Blue #54FFE6

Color information

#54FFE6 (or 0x54FFE6) is unknown color: approx Baby Blue. HEX triplet: 54, FF and E6. RGB value is (84,255,230). Sum of RGB (Red+Green+Blue) = 84+255+230=569 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.76% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FFE6 is #AB0019. Grayscale: #C8C8C8. Windows color (decimal): -11206682 or 15138644. OLE color: 15138644.

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

Color convert

RGB84255230-
CMYK0.6700.100
HSL171.23º100%66.47%-
HSV(B)171.23º67.06%100%-
XYZ53.779.1287.3-
YUV201.02144.3544.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.76%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=14.76%
G=44.82%
B=40.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842552300.6700.100171.2310066.47
Hex54FFE6430A0ab6442
Octal1243773461030120253144102
Binary1010100111111111110011010000110101001010101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ffe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,255,230); }

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

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

 a { background-color: rgb(84,255,230); }

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

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

 span { border-color: rgb(84,255,230); }

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