Html Css Color HEX #86DBEE Sky Blue

📋 copy color: '#86DBEE'

red 134 ◦ green 219 ◦ blue 238

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

Shades of Sky Blue #86DBEE

Tints of Sky Blue #86DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.27%

R = 22.67%
G = 37.06%
B = 40.27%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86DBEE (or 0x86DBEE) is known color: Sky Blue. HEX triplet: 86, DB and EE. RGB value is (134,219,238). Sum of RGB (Red+Green+Blue) = 134+219+238=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #86DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBEE is #792411. Grayscale: #C3C3C3. Windows color (decimal): -7939090 or 15653766. OLE color: 15653766.

HSL color Cylindrical-coordinate representation of color #86DBEE: hue angle of 190.96º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DBEE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 219 238 -
CMYK 0.44 0.08 0 0.07
HSL 190.96º 0.75% 0.73% -
HSV(B) 190.96º 0.44% 0.93% -
XYZ 50.6 61.9 90.17 -
YUV 195.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 134 219 238 0.44 0.08 0 0.07 190.96 0.75 0.73
Hex 86 DB EE 2C 8 0 7 BF 4B 49
Octal 206 333 356 54 10 0 7 277 113 111
Binary 10000110 11011011 11101110 101100 1000 0 111 10111111 1001011 1001001

Color Harmonies of #86DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DBEE

Black with #86DBEE

Text Example


Text Example

White with #86DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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