#86CCFA

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

Shades of Light Sky Blue #86CCFA

Tints of Light Sky Blue #86CCFA

Color information

#86CCFA (or 0x86CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 86, CC and FA. RGB value is (134,204,250). Sum of RGB (Red+Green+Blue) = 134+204+250=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #86CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCFA is #793305. Grayscale: #BCBCBC. Windows color (decimal): -7942918 or 16436358. OLE color: 16436358.

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

Color convert

RGB134204250-
CMYK0.460.1800.02
HSL203.79º92.06%75.29%-
HSV(B)203.79º46.4%98.04%-
XYZ48.6855.1698.52-
YUV188.31162.8189.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.79%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=22.79%
G=34.69%
B=42.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342042500.460.1800.02203.7992.0675.29
Hex86CCFA2E1202cc5c4b
Octal206314372562202314134113
Binary100001101100110011111010101110100100101100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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