Html Css Color HEX #86D7E9 Sky Blue

📋 copy color: '#86D7E9'

red 134 ◦ green 215 ◦ blue 233

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

Shades of Sky Blue #86D7E9

Tints of Sky Blue #86D7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

 BLUE value IS 233 (91.41% from 255) = 40.03%

R = 23.02%
G = 36.94%
B = 40.03%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#86D7E9 (or 0x86D7E9) is known color: Sky Blue. HEX triplet: 86, D7 and E9. RGB value is (134,215,233). Sum of RGB (Red+Green+Blue) = 134+215+233=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #86D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D7E9 is #792816. Grayscale: #C0C0C0. Windows color (decimal): -7940119 or 15325062. OLE color: 15325062.

HSL color Cylindrical-coordinate representation of color #86D7E9: hue angle of 190.91º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D7E9 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 215 233 -
CMYK 0.42 0.08 0 0.09
HSL 190.91º 0.69% 0.72% -
HSV(B) 190.91º 0.42% 0.91% -
XYZ 48.84 59.55 86.01 -
YUV 192.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 134 215 233 0.42 0.08 0 0.09 190.91 0.69 0.72
Hex 86 D7 E9 2A 8 0 9 BF 45 48
Octal 206 327 351 52 10 0 11 277 105 110
Binary 10000110 11010111 11101001 101010 1000 0 1001 10111111 1000101 1001000

Color Harmonies of #86D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D7E9

Black with #86D7E9

Text Example


Text Example

White with #86D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,233); }

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

background-color css

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

 a { background-color: rgb(134,215,233); }

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

border-color css

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

 span { border-color: rgb(134,215,233); }

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