Html Css Color HEX #86BEDF Sky Blue

📋 copy color: '#86BEDF'

red 134 ◦ green 190 ◦ blue 223

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

Shades of Sky Blue #86BEDF

Tints of Sky Blue #86BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.73%

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

R = 24.5%
G = 34.73%
B = 40.77%

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

#86BEDF (or 0x86BEDF) is known color: Sky Blue. HEX triplet: 86, BE and DF. RGB value is (134,190,223). Sum of RGB (Red+Green+Blue) = 134+190+223=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEDF is #794120. Grayscale: #B0B0B0. Windows color (decimal): -7946529 or 14663302. OLE color: 14663302.

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

Color convert

RGB 134 190 223 -
CMYK 0.40 0.15 0 0.13
HSL 202.25º 0.58% 0.7% -
HSV(B) 202.25º 0.4% 0.87% -
XYZ 41.56 47.22 76.74 -
YUV 177.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 134 190 223 0.40 0.15 0 0.13 202.25 0.58 0.7
Hex 86 BE DF 28 F 0 D CA 3A 46
Octal 206 276 337 50 17 0 15 312 72 106
Binary 10000110 10111110 11011111 101000 1111 0 1101 11001010 111010 1000110

Color Harmonies of #86BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BEDF

Black with #86BEDF

Text Example


Text Example

White with #86BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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