Html Css Color HEX #86D9E9 Sky Blue

📋 copy color: '#86D9E9'

red 134 ◦ green 217 ◦ blue 233

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

Shades of Sky Blue #86D9E9

Tints of Sky Blue #86D9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 22.95%
G = 37.16%
B = 39.9%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#86D9E9 (or 0x86D9E9) is known color: Sky Blue. HEX triplet: 86, D9 and E9. RGB value is (134,217,233). Sum of RGB (Red+Green+Blue) = 134+217+233=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #86D9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D9E9 is #792616. Grayscale: #C1C1C1. Windows color (decimal): -7939607 or 15325574. OLE color: 15325574.

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

Color convert

RGB 134 217 233 -
CMYK 0.42 0.07 0 0.09
HSL 189.7º 0.69% 0.72% -
HSV(B) 189.7º 0.42% 0.91% -
XYZ 49.35 60.58 86.18 -
YUV 194.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 134 217 233 0.42 0.07 0 0.09 189.7 0.69 0.72
Hex 86 D9 E9 2A 7 0 9 BE 45 48
Octal 206 331 351 52 7 0 11 276 105 110
Binary 10000110 11011001 11101001 101010 111 0 1001 10111110 1000101 1001000

Color Harmonies of #86D9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D9E9

Black with #86D9E9

Text Example


Text Example

White with #86D9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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