Html Css Color HEX #86DCE8 Sky Blue

📋 copy color: '#86DCE8'

red 134 ◦ green 220 ◦ blue 232

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

Shades of Sky Blue #86DCE8

Tints of Sky Blue #86DCE8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 22.87%
G = 37.54%
B = 39.59%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#86DCE8 (or 0x86DCE8) is known color: Sky Blue. HEX triplet: 86, DC and E8. RGB value is (134,220,232). Sum of RGB (Red+Green+Blue) = 134+220+232=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #86DCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCE8 is #792317. Grayscale: #C3C3C3. Windows color (decimal): -7938840 or 15260806. OLE color: 15260806.

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

Color convert

RGB 134 220 232 -
CMYK 0.42 0.05 0 0.09
HSL 187.35º 0.68% 0.72% -
HSV(B) 187.35º 0.42% 0.91% -
XYZ 49.99 62.08 85.69 -
YUV 195.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 134 220 232 0.42 0.05 0 0.09 187.35 0.68 0.72
Hex 86 DC E8 2A 5 0 9 BB 44 48
Octal 206 334 350 52 5 0 11 273 104 110
Binary 10000110 11011100 11101000 101010 101 0 1001 10111011 1000100 1001000

Color Harmonies of #86DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DCE8

Black with #86DCE8

Text Example


Text Example

White with #86DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,232); }

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

background-color css

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

 a { background-color: rgb(134,220,232); }

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

border-color css

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

 span { border-color: rgb(134,220,232); }

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