#86CBEE

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

Shades of Sky Blue #86CBEE

Tints of Sky Blue #86CBEE

Color information

#86CBEE (or 0x86CBEE) is unknown color: approx Sky Blue. HEX triplet: 86, CB and EE. RGB value is (134,203,238). Sum of RGB (Red+Green+Blue) = 134+203+238=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #86CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBEE is #793411. Grayscale: #BABABA. Windows color (decimal): -7943186 or 15649670. OLE color: 15649670.

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

Color convert

RGB134203238-
CMYK0.440.1500.07
HSL200.19º75.36%72.94%-
HSV(B)200.19º43.7%93.33%-
XYZ46.6253.9588.85-
YUV186.36157.1490.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.30%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=23.30%
G=35.30%
B=41.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342032380.440.1500.07200.1975.3672.94
Hex86CBEE2CF07c84b49
Octal206313356541707310113111
Binary100001101100101111101110101100111101111100100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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