#86CCFB

Color #86CCFB Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #86CCFB

Tints of Light Sky Blue #86CCFB

Color information

#86CCFB (or 0x86CCFB) is unknown color: approx Light Sky Blue. HEX triplet: 86, CC and FB. RGB value is (134,204,251). Sum of RGB (Red+Green+Blue) = 134+204+251=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #86CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCFB is #793304. Grayscale: #BCBCBC. Windows color (decimal): -7942917 or 16501894. OLE color: 16501894.

HSL color Cylindrical-coordinate representation of color #86CCFB: hue angle of 204.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CCFB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134204251-
CMYK0.470.1900.02
HSL204.1º93.6%75.49%-
HSV(B)204.1º46.61%98.43%-
XYZ48.8455.2299.35-
YUV188.43163.3189.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.75%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=22.75%
G=34.63%
B=42.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342042510.470.1900.02204.193.675.49
Hex86CCFB2F1302cc5e4b
Octal206314373572302314136113
Binary100001101100110011111011101111100110101100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CCFB; }

 p { color: rgb(134,204,251); }

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

<style>
 a { background-color: #86CCFB; }

 a { background-color: rgb(134,204,251); }

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

<style>
 span { border-color: #86CCFB; }

 span { border-color: rgb(134,204,251); }

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