Html Css Color HEX #86DDED Sky Blue

📋 copy color: '#86DDED'

red 134 ◦ green 221 ◦ blue 237

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

Shades of Sky Blue #86DDED

Tints of Sky Blue #86DDED

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 22.64%
G = 37.33%
B = 40.03%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86DDED (or 0x86DDED) is known color: Sky Blue. HEX triplet: 86, DD and ED. RGB value is (134,221,237). Sum of RGB (Red+Green+Blue) = 134+221+237=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #86DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DDED is #792212. Grayscale: #C4C4C4. Windows color (decimal): -7938579 or 15588742. OLE color: 15588742.

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

Color convert

RGB 134 221 237 -
CMYK 0.43 0.07 0 0.07
HSL 189.32º 0.74% 0.73% -
HSV(B) 189.32º 0.43% 0.93% -
XYZ 50.97 62.9 89.57 -
YUV 196.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 134 221 237 0.43 0.07 0 0.07 189.32 0.74 0.73
Hex 86 DD ED 2B 7 0 7 BD 4A 49
Octal 206 335 355 53 7 0 7 275 112 111
Binary 10000110 11011101 11101101 101011 111 0 111 10111101 1001010 1001001

Color Harmonies of #86DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DDED

Black with #86DDED

Text Example


Text Example

White with #86DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,237); }

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

background-color css

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

 a { background-color: rgb(134,221,237); }

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

border-color css

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

 span { border-color: rgb(134,221,237); }

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