#86CDFA

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

Shades of Light Sky Blue #86CDFA

Tints of Light Sky Blue #86CDFA

Color information

#86CDFA (or 0x86CDFA) is unknown color: approx Light Sky Blue. HEX triplet: 86, CD and FA. RGB value is (134,205,250). Sum of RGB (Red+Green+Blue) = 134+205+250=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #86CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDFA is #793205. Grayscale: #BCBCBC. Windows color (decimal): -7942662 or 16436614. OLE color: 16436614.

HSL color Cylindrical-coordinate representation of color #86CDFA: hue angle of 203.28º 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 #86CDFA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134205250-
CMYK0.460.1800.02
HSL203.28º92.06%75.29%-
HSV(B)203.28º46.4%98.04%-
XYZ48.9255.6398.6-
YUV188.9162.4888.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.75%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=22.75%
G=34.80%
B=42.44%

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
Decimal1342052500.460.1800.02203.2892.0675.29
Hex86CDFA2E1202cb5c4b
Octal206315372562202313134113
Binary100001101100110111111010101110100100101100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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