#54FBEE

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

Shades of Baby Blue #54FBEE

Tints of Baby Blue #54FBEE

Color information

#54FBEE (or 0x54FBEE) is unknown color: approx Baby Blue. HEX triplet: 54, FB and EE. RGB value is (84,251,238). Sum of RGB (Red+Green+Blue) = 84+251+238=573 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.66% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FBEE is #AB0411. Grayscale: #C7C7C7. Windows color (decimal): -11207698 or 15661908. OLE color: 15661908.

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

Color convert

RGB84251238-
CMYK0.6700.050.02
HSL175.33º95.43%65.69%-
HSV(B)175.33º66.53%98.43%-
XYZ53.5977.0592.94-
YUV199.58149.6745.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.66%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=14.66%
G=43.80%
B=41.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842512380.6700.050.02175.3395.4365.69
Hex54FBEE43052af5f42
Octal124373356103052257137102
Binary1010100111110111110111010000110101101010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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