#54F8FF

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

Shades of Baby Blue #54F8FF

Tints of Baby Blue #54F8FF

Color information

#54F8FF (or 0x54F8FF) is unknown color: approx Baby Blue. HEX triplet: 54, F8 and FF. RGB value is (84,248,255). Sum of RGB (Red+Green+Blue) = 84+248+255=587 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.31% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #54F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F8FF is #AB0700. Grayscale: #C7C7C7. Windows color (decimal): -11208449 or 16775252. OLE color: 16775252.

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

Color convert

RGB84248255-
CMYK0.670.0300
HSL182.46º100%66.47%-
HSV(B)182.46º67.06%100%-
XYZ55.2776.24106.41-
YUV199.76159.1745.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.31%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 255 (100% from 255) = 43.44%
R=14.31%
G=42.25%
B=43.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842482550.670.0300182.4610066.47
Hex54F8FF43300b66442
Octal124370377103300266144102
Binary10101001111100011111111100001111001011011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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