Html Css Color HEX #86DEFF Light Sky Blue

📋 copy color: '#86DEFF'

red 134 ◦ green 222 ◦ blue 255

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

Shades of Light Sky Blue #86DEFF

Tints of Light Sky Blue #86DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.33%

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

R = 21.93%
G = 36.33%
B = 41.73%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86DEFF (or 0x86DEFF) is known color: Light Sky Blue. HEX triplet: 86, DE and FF. RGB value is (134,222,255). Sum of RGB (Red+Green+Blue) = 134+222+255=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #86DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEFF is #792100. Grayscale: #C7C7C7. Windows color (decimal): -7938305 or 16768646. OLE color: 16768646.

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

Color convert

RGB 134 222 255 -
CMYK 0.47 0.13 0 0
HSL 196.36º 1% 0.76% -
HSV(B) 196.36º 0.47% 1% -
XYZ 54 64.53 104.22 -
YUV 199.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 134 222 255 0.47 0.13 0 0 196.36 1 0.76
Hex 86 DE FF 2F D 0 0 C4 64 4C
Octal 206 336 377 57 15 0 0 304 144 114
Binary 10000110 11011110 11111111 101111 1101 0 0 11000100 1100100 1001100

Color Harmonies of #86DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DEFF

Black with #86DEFF

Text Example


Text Example

White with #86DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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