#54F6FF

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

Shades of Baby Blue #54F6FF

Tints of Baby Blue #54F6FF

Color information

#54F6FF (or 0x54F6FF) is unknown color: approx Baby Blue. HEX triplet: 54, F6 and FF. RGB value is (84,246,255). Sum of RGB (Red+Green+Blue) = 84+246+255=585 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.36% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #54F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F6FF is #AB0900. Grayscale: #C6C6C6. Windows color (decimal): -11208961 or 16774740. OLE color: 16774740.

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

Color convert

RGB84246255-
CMYK0.670.0400
HSL183.16º100%66.47%-
HSV(B)183.16º67.06%100%-
XYZ54.6675.02106.21-
YUV198.59159.8346.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.36%
GREEN value IS 246 (96.48% from 255) = 42.05%
BLUE value IS 255 (100% from 255) = 43.59%
R=14.36%
G=42.05%
B=43.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842462550.670.0400183.1610066.47
Hex54F6FF43400b76442
Octal124366377103400267144102
Binary101010011110110111111111000011100001011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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