Html Css Color HEX #86DBFB Light Sky Blue

📋 copy color: '#86DBFB'

red 134 ◦ green 219 ◦ blue 251

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

Shades of Light Sky Blue #86DBFB

Tints of Light Sky Blue #86DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 22.19%
G = 36.26%
B = 41.56%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#86DBFB (or 0x86DBFB) is known color: Light Sky Blue. HEX triplet: 86, DB and FB. RGB value is (134,219,251). Sum of RGB (Red+Green+Blue) = 134+219+251=604 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.19% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #86DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBFB is #792404. Grayscale: #C5C5C5. Windows color (decimal): -7939077 or 16505734. OLE color: 16505734.

HSL color Cylindrical-coordinate representation of color #86DBFB: hue angle of 196.41º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86DBFB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 219 251 -
CMYK 0.47 0.13 0 0.02
HSL 196.41º 0.94% 0.75% -
HSV(B) 196.41º 0.47% 0.98% -
XYZ 52.58 62.7 100.6 -
YUV 197.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 134 219 251 0.47 0.13 0 0.02 196.41 0.94 0.75
Hex 86 DB FB 2F D 0 2 C4 5E 4B
Octal 206 333 373 57 15 0 2 304 136 113
Binary 10000110 11011011 11111011 101111 1101 0 10 11000100 1011110 1001011

Color Harmonies of #86DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DBFB

Black with #86DBFB

Text Example


Text Example

White with #86DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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