#54F0FF

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

Shades of Baby Blue #54F0FF

Tints of Baby Blue #54F0FF

Color information

#54F0FF (or 0x54F0FF) is unknown color: approx Baby Blue. HEX triplet: 54, F0 and FF. RGB value is (84,240,255). Sum of RGB (Red+Green+Blue) = 84+240+255=579 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.51% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #54F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F0FF is #AB0F00. Grayscale: #C2C2C2. Windows color (decimal): -11210497 or 16773204. OLE color: 16773204.

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

Color convert

RGB84240255-
CMYK0.670.0600
HSL185.26º100%66.47%-
HSV(B)185.26º67.06%100%-
XYZ52.8771.42105.61-
YUV195.07161.8248.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.51%
GREEN value IS 240 (94.14% from 255) = 41.45%
BLUE value IS 255 (100% from 255) = 44.04%
R=14.51%
G=41.45%
B=44.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842402550.670.0600185.2610066.47
Hex54F0FF43600b96442
Octal124360377103600271144102
Binary101010011110000111111111000011110001011100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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