Html Css Color HEX #86C0E3 Sky Blue

📋 copy color: '#86C0E3'

red 134 ◦ green 192 ◦ blue 227

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

Shades of Sky Blue #86C0E3

Tints of Sky Blue #86C0E3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

 BLUE value IS 227 (89.06% from 255) = 41.05%

R = 24.23%
G = 34.72%
B = 41.05%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#86C0E3 (or 0x86C0E3) is known color: Sky Blue. HEX triplet: 86, C0 and E3. RGB value is (134,192,227). Sum of RGB (Red+Green+Blue) = 134+192+227=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #86C0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C0E3 is #793F1C. Grayscale: #B2B2B2. Windows color (decimal): -7946013 or 14925958. OLE color: 14925958.

HSL color Cylindrical-coordinate representation of color #86C0E3: hue angle of 202.58º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86C0E3 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 192 227 -
CMYK 0.41 0.15 0 0.11
HSL 202.58º 0.62% 0.71% -
HSV(B) 202.58º 0.41% 0.89% -
XYZ 42.55 48.31 79.76 -
YUV 178.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 134 192 227 0.41 0.15 0 0.11 202.58 0.62 0.71
Hex 86 C0 E3 29 F 0 B CB 3E 47
Octal 206 300 343 51 17 0 13 313 76 107
Binary 10000110 11000000 11100011 101001 1111 0 1011 11001011 111110 1000111

Color Harmonies of #86C0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C0E3

Black with #86C0E3

Text Example


Text Example

White with #86C0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,192,227); }

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

background-color css

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

 a { background-color: rgb(134,192,227); }

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

border-color css

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

 span { border-color: rgb(134,192,227); }

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