Html Css Color HEX #86C2FF Light Sky Blue

📋 copy color: '#86C2FF'

red 134 ◦ green 194 ◦ blue 255

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

Shades of Light Sky Blue #86C2FF

Tints of Light Sky Blue #86C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 22.98%
G = 33.28%
B = 43.74%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86C2FF (or 0x86C2FF) is known color: Light Sky Blue. HEX triplet: 86, C2 and FF. RGB value is (134,194,255). Sum of RGB (Red+Green+Blue) = 134+194+255=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #86C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C2FF is #793D00. Grayscale: #B6B6B6. Windows color (decimal): -7945473 or 16761478. OLE color: 16761478.

HSL color Cylindrical-coordinate representation of color #86C2FF: hue angle of 210.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C2FF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 194 255 -
CMYK 0.47 0.24 0 0
HSL 210.25º 1% 0.76% -
HSV(B) 210.25º 0.47% 1% -
XYZ 47.17 50.87 101.94 -
YUV 183.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 134 194 255 0.47 0.24 0 0 210.25 1 0.76
Hex 86 C2 FF 2F 18 0 0 D2 64 4C
Octal 206 302 377 57 30 0 0 322 144 114
Binary 10000110 11000010 11111111 101111 11000 0 0 11010010 1100100 1001100

Color Harmonies of #86C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C2FF

Black with #86C2FF

Text Example


Text Example

White with #86C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,255); }

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

background-color css

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

 a { background-color: rgb(134,194,255); }

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

border-color css

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

 span { border-color: rgb(134,194,255); }

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