#86CCED

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

Shades of Sky Blue #86CCED

Tints of Sky Blue #86CCED

Color information

#86CCED (or 0x86CCED) is unknown color: approx Sky Blue. HEX triplet: 86, CC and ED. RGB value is (134,204,237). Sum of RGB (Red+Green+Blue) = 134+204+237=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #86CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCED is #793312. Grayscale: #BABABA. Windows color (decimal): -7942931 or 15584390. OLE color: 15584390.

HSL color Cylindrical-coordinate representation of color #86CCED: hue angle of 199.22º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86CCED is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134204237-
CMYK0.430.1400.07
HSL199.22º74.1%72.75%-
HSV(B)199.22º43.46%92.94%-
XYZ46.7154.3788.15-
YUV186.83156.3190.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.30%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=23.30%
G=35.48%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342042370.430.1400.07199.2274.172.75
Hex86CCED2BE07c74a49
Octal206314355531607307112111
Binary100001101100110011101101101011111001111100011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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