#56f5fc

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

Shades of Baby Blue #56F5FC

Tints of Baby Blue #56F5FC

Color information

#56F5FC (or 0x56F5FC) is unknown color: approx Baby Blue. HEX triplet: 56, F5 and FC. RGB value is (86,245,252). Sum of RGB (Red+Green+Blue) = 86+245+252=583 (77% of max value = 765). Red value is 86 (33.98% from 255 or 14.75% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #56F5FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F5FC is #A90A03. Grayscale: #C6C6C6. Windows color (decimal): -11078148 or 16577878. OLE color: 16577878.

HSL color Cylindrical-coordinate representation of color #56F5FC: hue angle of 182.53º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56F5FC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB86245252-
CMYK0.660.0300.01
HSL182.53º96.51%66.27%-
HSV(B)182.53º65.87%98.82%-
XYZ54.0674.31103.59-
YUV198.26158.3247.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 14.75%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=14.75%
G=42.02%
B=43.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862452520.660.0300.01182.5396.5166.27
Hex56F5FC42301b76142
Octal126365374102301267141102
Binary10101101111010111111100100001011011011011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f5fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56f5fc; }

 p { color: rgb(86,245,252); }

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

<style>
 a { background-color: #56f5fc; }

 a { background-color: rgb(86,245,252); }

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

<style>
 span { border-color: #56f5fc; }

 span { border-color: rgb(86,245,252); }

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