Html Css Color HEX #86BFEC Sky Blue

📋 copy color: '#86BFEC'

red 134 ◦ green 191 ◦ blue 236

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

Shades of Sky Blue #86BFEC

Tints of Sky Blue #86BFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 23.89%
G = 34.05%
B = 42.07%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86BFEC (or 0x86BFEC) is known color: Sky Blue. HEX triplet: 86, BF and EC. RGB value is (134,191,236). Sum of RGB (Red+Green+Blue) = 134+191+236=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #86BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFEC is #794013. Grayscale: #B2B2B2. Windows color (decimal): -7946260 or 15515526. OLE color: 15515526.

HSL color Cylindrical-coordinate representation of color #86BFEC: hue angle of 206.47º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BFEC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 191 236 -
CMYK 0.43 0.19 0 0.07
HSL 206.47º 0.73% 0.73% -
HSV(B) 206.47º 0.43% 0.93% -
XYZ 43.6 48.39 86.4 -
YUV 179.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 134 191 236 0.43 0.19 0 0.07 206.47 0.73 0.73
Hex 86 BF EC 2B 13 0 7 CE 49 49
Octal 206 277 354 53 23 0 7 316 111 111
Binary 10000110 10111111 11101100 101011 10011 0 111 11001110 1001001 1001001

Color Harmonies of #86BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFEC

Black with #86BFEC

Text Example


Text Example

White with #86BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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