Html Css Color HEX #86C7EF Sky Blue

📋 copy color: '#86C7EF'

red 134 ◦ green 199 ◦ blue 239

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

Shades of Sky Blue #86C7EF

Tints of Sky Blue #86C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

 BLUE value IS 239 (93.75% from 255) = 41.78%

R = 23.43%
G = 34.79%
B = 41.78%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86C7EF (or 0x86C7EF) is known color: Sky Blue. HEX triplet: 86, C7 and EF. RGB value is (134,199,239). Sum of RGB (Red+Green+Blue) = 134+199+239=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #86C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C7EF is #793810. Grayscale: #B7B7B7. Windows color (decimal): -7944209 or 15714182. OLE color: 15714182.

HSL color Cylindrical-coordinate representation of color #86C7EF: hue angle of 202.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86C7EF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 199 239 -
CMYK 0.44 0.17 0 0.06
HSL 202.86º 0.77% 0.73% -
HSV(B) 202.86º 0.44% 0.94% -
XYZ 45.83 52.15 89.31 -
YUV 184.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 134 199 239 0.44 0.17 0 0.06 202.86 0.77 0.73
Hex 86 C7 EF 2C 11 0 6 CB 4D 49
Octal 206 307 357 54 21 0 6 313 115 111
Binary 10000110 11000111 11101111 101100 10001 0 110 11001011 1001101 1001001

Color Harmonies of #86C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C7EF

Black with #86C7EF

Text Example


Text Example

White with #86C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,199,239); }

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

background-color css

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

 a { background-color: rgb(134,199,239); }

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

border-color css

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

 span { border-color: rgb(134,199,239); }

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