Html Css Color HEX #86DBFF Light Sky Blue

📋 copy color: '#86DBFF'

red 134 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #86DBFF

Tints of Light Sky Blue #86DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

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

R = 22.04%
G = 36.02%
B = 41.94%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86DBFF (or 0x86DBFF) is known color: Light Sky Blue. HEX triplet: 86, DB and FF. RGB value is (134,219,255). Sum of RGB (Red+Green+Blue) = 134+219+255=608 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.04% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #86DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBFF is #792400. Grayscale: #C5C5C5. Windows color (decimal): -7939073 or 16767878. OLE color: 16767878.

HSL color Cylindrical-coordinate representation of color #86DBFF: hue angle of 197.85º 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 #86DBFF is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 219 255 -
CMYK 0.47 0.14 0 0
HSL 197.85º 1% 0.76% -
HSV(B) 197.85º 0.47% 1% -
XYZ 53.21 62.95 103.95 -
YUV 197.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 134 219 255 0.47 0.14 0 0 197.85 1 0.76
Hex 86 DB FF 2F E 0 0 C6 64 4C
Octal 206 333 377 57 16 0 0 306 144 114
Binary 10000110 11011011 11111111 101111 1110 0 0 11000110 1100100 1001100

Color Harmonies of #86DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DBFF

Black with #86DBFF

Text Example


Text Example

White with #86DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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