#86C7FF

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

Shades of Light Sky Blue #86C7FF

Tints of Light Sky Blue #86C7FF

Color information

#86C7FF (or 0x86C7FF) is unknown color: approx Light Sky Blue. HEX triplet: 86, C7 and FF. RGB value is (134,199,255). Sum of RGB (Red+Green+Blue) = 134+199+255=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #86C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C7FF is #793800. Grayscale: #B9B9B9. Windows color (decimal): -7944193 or 16762758. OLE color: 16762758.

HSL color Cylindrical-coordinate representation of color #86C7FF: hue angle of 207.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C7FF is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB134199255-
CMYK0.470.2200
HSL207.77º100%76.27%-
HSV(B)207.77º47.45%100%-
XYZ48.353.14102.32-
YUV185.95166.9790.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.79%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 255 (100% from 255) = 43.37%
R=22.79%
G=33.84%
B=43.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341992550.470.2200207.7710076.27
Hex86C7FF2F1600d0644c
Octal206307377572600320144114
Binary10000110110001111111111110111110110001101000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,255); }

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

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

 a { background-color: rgb(134,199,255); }

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

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

 span { border-color: rgb(134,199,255); }

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