Html Css Color HEX #86BFDD Sky Blue

📋 copy color: '#86BFDD'

red 134 ◦ green 191 ◦ blue 221

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

Shades of Sky Blue #86BFDD

Tints of Sky Blue #86BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 34.98%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 24.54%
G = 34.98%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86BFDD (or 0x86BFDD) is known color: Sky Blue. HEX triplet: 86, BF and DD. RGB value is (134,191,221). Sum of RGB (Red+Green+Blue) = 134+191+221=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #86BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDD is #794022. Grayscale: #B1B1B1. Windows color (decimal): -7946275 or 14532486. OLE color: 14532486.

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

Color convert

RGB 134 191 221 -
CMYK 0.39 0.14 0 0.13
HSL 200.69º 0.56% 0.7% -
HSV(B) 200.69º 0.39% 0.87% -
XYZ 41.51 47.55 75.4 -
YUV 177.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 134 191 221 0.39 0.14 0 0.13 200.69 0.56 0.7
Hex 86 BF DD 27 E 0 D C9 38 46
Octal 206 277 335 47 16 0 15 311 70 106
Binary 10000110 10111111 11011101 100111 1110 0 1101 11001001 111000 1000110

Color Harmonies of #86BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFDD

Black with #86BFDD

Text Example


Text Example

White with #86BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,191,221); }

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

background-color css

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

 a { background-color: rgb(134,191,221); }

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

border-color css

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

 span { border-color: rgb(134,191,221); }

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