#54EEFF

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

Shades of Baby Blue #54EEFF

Tints of Baby Blue #54EEFF

Color information

#54EEFF (or 0x54EEFF) is unknown color: approx Baby Blue. HEX triplet: 54, EE and FF. RGB value is (84,238,255). Sum of RGB (Red+Green+Blue) = 84+238+255=577 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.56% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #54EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEFF is #AB1100. Grayscale: #C1C1C1. Windows color (decimal): -11211009 or 16772692. OLE color: 16772692.

HSL color Cylindrical-coordinate representation of color #54EEFF: hue angle of 185.96º 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 #54EEFF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84238255-
CMYK0.670.0700
HSL185.96º100%66.47%-
HSV(B)185.96º67.06%100%-
XYZ52.2870.25105.41-
YUV193.89162.4849.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.56%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 255 (100% from 255) = 44.19%
R=14.56%
G=41.25%
B=44.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842382550.670.0700185.9610066.47
Hex54EEFF43700ba6442
Octal124356377103700272144102
Binary101010011101110111111111000011111001011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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