Html Css Color HEX #86DAFE Light Sky Blue

📋 copy color: '#86DAFE'

red 134 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #86DAFE

Tints of Light Sky Blue #86DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 22.11%
G = 35.97%
B = 41.91%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86DAFE (or 0x86DAFE) is known color: Light Sky Blue. HEX triplet: 86, DA and FE. RGB value is (134,218,254). Sum of RGB (Red+Green+Blue) = 134+218+254=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #86DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAFE is #792501. Grayscale: #C4C4C4. Windows color (decimal): -7939330 or 16702086. OLE color: 16702086.

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

Color convert

RGB 134 218 254 -
CMYK 0.47 0.14 0 0.00
HSL 198º 0.98% 0.76% -
HSV(B) 198º 0.47% 1% -
XYZ 52.79 62.37 103.02 -
YUV 196.99 160.17 83.07 -
System Red Green Blue C M Y K H S L
Decimal 134 218 254 0.47 0.14 0 0.00 198 0.98 0.76
Hex 86 DA FE 2F E 0 0 C6 62 4C
Octal 206 332 376 57 16 0 0 306 142 114
Binary 10000110 11011010 11111110 101111 1110 0 0 11000110 1100010 1001100

Color Harmonies of #86DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DAFE

Black with #86DAFE

Text Example


Text Example

White with #86DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,218,254); }

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

background-color css

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

 a { background-color: rgb(134,218,254); }

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

border-color css

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

 span { border-color: rgb(134,218,254); }

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