Html Css Color HEX #86C2EB Sky Blue

📋 copy color: '#86C2EB'

red 134 ◦ green 194 ◦ blue 235

#86C2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #86C2EB

Tints of Sky Blue #86C2EB

RGB

 RED value IS 134 (52.73% from 255) = 23.8%

 GREEN value IS 194 (76.17% from 255) = 34.46%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 23.8%
G = 34.46%
B = 41.74%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86C2EB (or 0x86C2EB) is known color: Sky Blue. HEX triplet: 86, C2 and EB. RGB value is (134,194,235). Sum of RGB (Red+Green+Blue) = 134+194+235=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #86C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C2EB is #793D14. Grayscale: #B4B4B4. Windows color (decimal): -7945493 or 15450758. OLE color: 15450758.

HSL color Cylindrical-coordinate representation of color #86C2EB: hue angle of 204.36º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86C2EB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 194 235 -
CMYK 0.43 0.17 0 0.08
HSL 204.36º 0.72% 0.72% -
HSV(B) 204.36º 0.43% 0.92% -
XYZ 44.12 49.65 85.86 -
YUV 180.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 134 194 235 0.43 0.17 0 0.08 204.36 0.72 0.72
Hex 86 C2 EB 2B 11 0 8 CC 48 48
Octal 206 302 353 53 21 0 10 314 110 110
Binary 10000110 11000010 11101011 101011 10001 0 1000 11001100 1001000 1001000

Color Harmonies of #86C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C2EB

Black with #86C2EB

Text Example


Text Example

White with #86C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,235); }

 H1.HeaderClassName
 {
   color: #86C2EB;
 }
 .AnyTagClassName
 {
   color: #86C2EB;
 }
</style>

background-color css

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

 a { background-color: rgb(134,194,235); }

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

border-color css

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

 span { border-color: rgb(134,194,235); }

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