Html Css Color HEX #86D0EA Sky Blue

📋 copy color: '#86D0EA'

red 134 ◦ green 208 ◦ blue 234

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

Shades of Sky Blue #86D0EA

Tints of Sky Blue #86D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 23.26%
G = 36.11%
B = 40.63%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86D0EA (or 0x86D0EA) is known color: Sky Blue. HEX triplet: 86, D0 and EA. RGB value is (134,208,234). Sum of RGB (Red+Green+Blue) = 134+208+234=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #86D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D0EA is #792F15. Grayscale: #BCBCBC. Windows color (decimal): -7941910 or 15388806. OLE color: 15388806.

HSL color Cylindrical-coordinate representation of color #86D0EA: hue angle of 195.6º degrees, saturation: 0.7, 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 #86D0EA is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 208 234 -
CMYK 0.43 0.11 0 0.08
HSL 195.6º 0.7% 0.72% -
HSV(B) 195.6º 0.43% 0.92% -
XYZ 47.24 56.12 86.18 -
YUV 188.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 134 208 234 0.43 0.11 0 0.08 195.6 0.7 0.72
Hex 86 D0 EA 2B B 0 8 C4 46 48
Octal 206 320 352 53 13 0 10 304 106 110
Binary 10000110 11010000 11101010 101011 1011 0 1000 11000100 1000110 1001000

Color Harmonies of #86D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D0EA

Black with #86D0EA

Text Example


Text Example

White with #86D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,208,234); }

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

background-color css

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

 a { background-color: rgb(134,208,234); }

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

border-color css

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

 span { border-color: rgb(134,208,234); }

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