Html Css Color HEX #86BCF2 Light Sky Blue

📋 copy color: '#86BCF2'

red 134 ◦ green 188 ◦ blue 242

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

Shades of Light Sky Blue #86BCF2

Tints of Light Sky Blue #86BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 23.76%
G = 33.33%
B = 42.91%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#86BCF2 (or 0x86BCF2) is known color: Light Sky Blue. HEX triplet: 86, BC and F2. RGB value is (134,188,242). Sum of RGB (Red+Green+Blue) = 134+188+242=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #86BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCF2 is #79430D. Grayscale: #B1B1B1. Windows color (decimal): -7947022 or 15907974. OLE color: 15907974.

HSL color Cylindrical-coordinate representation of color #86BCF2: hue angle of 210º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BCF2 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 188 242 -
CMYK 0.45 0.22 0 0.05
HSL 210º 0.81% 0.74% -
HSV(B) 210º 0.45% 0.95% -
XYZ 43.84 47.45 90.85 -
YUV 178.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 134 188 242 0.45 0.22 0 0.05 210 0.81 0.74
Hex 86 BC F2 2D 16 0 5 D2 51 4A
Octal 206 274 362 55 26 0 5 322 121 112
Binary 10000110 10111100 11110010 101101 10110 0 101 11010010 1010001 1001010

Color Harmonies of #86BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCF2

Black with #86BCF2

Text Example


Text Example

White with #86BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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