Html Css Color HEX #86C1DF Sky Blue

📋 copy color: '#86C1DF'

red 134 ◦ green 193 ◦ blue 223

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

Shades of Sky Blue #86C1DF

Tints of Sky Blue #86C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 24.36%
G = 35.09%
B = 40.55%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86C1DF (or 0x86C1DF) is known color: Sky Blue. HEX triplet: 86, C1 and DF. RGB value is (134,193,223). Sum of RGB (Red+Green+Blue) = 134+193+223=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #86C1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1DF is #793E20. Grayscale: #B2B2B2. Windows color (decimal): -7945761 or 14664070. OLE color: 14664070.

HSL color Cylindrical-coordinate representation of color #86C1DF: hue angle of 200.22º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C1DF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 193 223 -
CMYK 0.40 0.13 0 0.13
HSL 200.22º 0.58% 0.7% -
HSV(B) 200.22º 0.4% 0.87% -
XYZ 42.22 48.54 76.96 -
YUV 178.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 134 193 223 0.40 0.13 0 0.13 200.22 0.58 0.7
Hex 86 C1 DF 28 D 0 D C8 3A 46
Octal 206 301 337 50 15 0 15 310 72 106
Binary 10000110 11000001 11011111 101000 1101 0 1101 11001000 111010 1000110

Color Harmonies of #86C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C1DF

Black with #86C1DF

Text Example


Text Example

White with #86C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,223); }

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

background-color css

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

 a { background-color: rgb(134,193,223); }

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

border-color css

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

 span { border-color: rgb(134,193,223); }

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