#86CBFA

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

Shades of Light Sky Blue #86CBFA

Tints of Light Sky Blue #86CBFA

Color information

#86CBFA (or 0x86CBFA) is unknown color: approx Light Sky Blue. HEX triplet: 86, CB and FA. RGB value is (134,203,250). Sum of RGB (Red+Green+Blue) = 134+203+250=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #86CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBFA is #793405. Grayscale: #BBBBBB. Windows color (decimal): -7943174 or 16436102. OLE color: 16436102.

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

Color convert

RGB134203250-
CMYK0.460.1900.02
HSL204.31º92.06%75.29%-
HSV(B)204.31º46.4%98.04%-
XYZ48.4454.6898.44-
YUV187.73163.1489.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.83%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=22.83%
G=34.58%
B=42.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342032500.460.1900.02204.3192.0675.29
Hex86CBFA2E1302cc5c4b
Octal206313372562302314134113
Binary100001101100101111111010101110100110101100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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