Html Css Color HEX #86BCF6 Light Sky Blue

📋 copy color: '#86BCF6'

red 134 ◦ green 188 ◦ blue 246

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

Shades of Light Sky Blue #86BCF6

Tints of Light Sky Blue #86BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.1%

 BLUE value IS 246 (96.48% from 255) = 43.31%

R = 23.59%
G = 33.1%
B = 43.31%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86BCF6 (or 0x86BCF6) is known color: Light Sky Blue. HEX triplet: 86, BC and F6. RGB value is (134,188,246). Sum of RGB (Red+Green+Blue) = 134+188+246=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #86BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCF6 is #794309. Grayscale: #B2B2B2. Windows color (decimal): -7947018 or 16170118. OLE color: 16170118.

HSL color Cylindrical-coordinate representation of color #86BCF6: hue angle of 211.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BCF6 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 188 246 -
CMYK 0.46 0.24 0 0.04
HSL 211.07º 0.86% 0.75% -
HSV(B) 211.07º 0.46% 0.96% -
XYZ 44.45 47.69 94.05 -
YUV 178.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 134 188 246 0.46 0.24 0 0.04 211.07 0.86 0.75
Hex 86 BC F6 2E 18 0 4 D3 56 4B
Octal 206 274 366 56 30 0 4 323 126 113
Binary 10000110 10111100 11110110 101110 11000 0 100 11010011 1010110 1001011

Color Harmonies of #86BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCF6

Black with #86BCF6

Text Example


Text Example

White with #86BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,246); }

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

background-color css

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

 a { background-color: rgb(134,188,246); }

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

border-color css

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

 span { border-color: rgb(134,188,246); }

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