Html Css Color HEX #86BCE0 Sky Blue

📋 copy color: '#86BCE0'

red 134 ◦ green 188 ◦ blue 224

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

Shades of Sky Blue #86BCE0

Tints of Sky Blue #86BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 24.54%
G = 34.43%
B = 41.03%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#86BCE0 (or 0x86BCE0) is known color: Sky Blue. HEX triplet: 86, BC and E0. RGB value is (134,188,224). Sum of RGB (Red+Green+Blue) = 134+188+224=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #86BCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCE0 is #79431F. Grayscale: #AFAFAF. Windows color (decimal): -7947040 or 14728326. OLE color: 14728326.

HSL color Cylindrical-coordinate representation of color #86BCE0: hue angle of 204º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BCE0 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 188 224 -
CMYK 0.40 0.16 0 0.12
HSL 204º 0.59% 0.7% -
HSV(B) 204º 0.4% 0.88% -
XYZ 41.27 46.42 77.31 -
YUV 175.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 134 188 224 0.40 0.16 0 0.12 204 0.59 0.7
Hex 86 BC E0 28 10 0 C CC 3B 46
Octal 206 274 340 50 20 0 14 314 73 106
Binary 10000110 10111100 11100000 101000 10000 0 1100 11001100 111011 1000110

Color Harmonies of #86BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCE0

Black with #86BCE0

Text Example


Text Example

White with #86BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,224); }

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

background-color css

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

 a { background-color: rgb(134,188,224); }

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

border-color css

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

 span { border-color: rgb(134,188,224); }

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