#86CAEE

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

Shades of Sky Blue #86CAEE

Tints of Sky Blue #86CAEE

Color information

#86CAEE (or 0x86CAEE) is unknown color: approx Sky Blue. HEX triplet: 86, CA and EE. RGB value is (134,202,238). Sum of RGB (Red+Green+Blue) = 134+202+238=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #86CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CAEE is #793511. Grayscale: #B9B9B9. Windows color (decimal): -7943442 or 15649414. OLE color: 15649414.

HSL color Cylindrical-coordinate representation of color #86CAEE: hue angle of 200.77º 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 #86CAEE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134202238-
CMYK0.440.1500.07
HSL200.77º75.36%72.94%-
HSV(B)200.77º43.7%93.33%-
XYZ46.3853.4888.77-
YUV185.77157.4791.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.34%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=23.34%
G=35.19%
B=41.46%

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
Decimal1342022380.440.1500.07200.7775.3672.94
Hex86CAEE2CF07c94b49
Octal206312356541707311113111
Binary100001101100101011101110101100111101111100100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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