#86CFFA

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

Shades of Light Sky Blue #86CFFA

Tints of Light Sky Blue #86CFFA

Color information

#86CFFA (or 0x86CFFA) is unknown color: approx Light Sky Blue. HEX triplet: 86, CF and FA. RGB value is (134,207,250). Sum of RGB (Red+Green+Blue) = 134+207+250=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #86CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFFA is #793005. Grayscale: #BDBDBD. Windows color (decimal): -7942150 or 16437126. OLE color: 16437126.

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

Color convert

RGB134207250-
CMYK0.460.1700.02
HSL202.24º92.06%75.29%-
HSV(B)202.24º46.4%98.04%-
XYZ49.456.698.76-
YUV190.08161.8288-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=22.67%
G=35.03%
B=42.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342072500.460.1700.02202.2492.0675.29
Hex86CFFA2E1102ca5c4b
Octal206317372562102312134113
Binary100001101100111111111010101110100010101100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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