Html Css Color HEX #86BDDF Sky Blue

📋 copy color: '#86BDDF'

red 134 ◦ green 189 ◦ blue 223

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

Shades of Sky Blue #86BDDF

Tints of Sky Blue #86BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.62%

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

R = 24.54%
G = 34.62%
B = 40.84%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86BDDF (or 0x86BDDF) is known color: Sky Blue. HEX triplet: 86, BD and DF. RGB value is (134,189,223). Sum of RGB (Red+Green+Blue) = 134+189+223=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDDF is #794220. Grayscale: #B0B0B0. Windows color (decimal): -7946785 or 14663046. OLE color: 14663046.

HSL color Cylindrical-coordinate representation of color #86BDDF: hue angle of 202.92º 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 #86BDDF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 189 223 -
CMYK 0.40 0.15 0 0.13
HSL 202.92º 0.58% 0.7% -
HSV(B) 202.92º 0.4% 0.87% -
XYZ 41.35 46.79 76.66 -
YUV 176.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 134 189 223 0.40 0.15 0 0.13 202.92 0.58 0.7
Hex 86 BD DF 28 F 0 D CB 3A 46
Octal 206 275 337 50 17 0 15 313 72 106
Binary 10000110 10111101 11011111 101000 1111 0 1101 11001011 111010 1000110

Color Harmonies of #86BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BDDF

Black with #86BDDF

Text Example


Text Example

White with #86BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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