Html Css Color HEX #86CDEC Sky Blue

📋 copy color: '#86CDEC'

red 134 ◦ green 205 ◦ blue 236

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

Shades of Sky Blue #86CDEC

Tints of Sky Blue #86CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 23.3%
G = 35.65%
B = 41.04%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86CDEC (or 0x86CDEC) is known color: Sky Blue. HEX triplet: 86, CD and EC. RGB value is (134,205,236). Sum of RGB (Red+Green+Blue) = 134+205+236=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #86CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDEC is #793213. Grayscale: #BBBBBB. Windows color (decimal): -7942676 or 15519110. OLE color: 15519110.

HSL color Cylindrical-coordinate representation of color #86CDEC: hue angle of 198.24º degrees, saturation: 0.73, 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 #86CDEC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 205 236 -
CMYK 0.43 0.13 0 0.07
HSL 198.24º 0.73% 0.73% -
HSV(B) 198.24º 0.43% 0.93% -
XYZ 46.8 54.79 87.47 -
YUV 187.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 134 205 236 0.43 0.13 0 0.07 198.24 0.73 0.73
Hex 86 CD EC 2B D 0 7 C6 49 49
Octal 206 315 354 53 15 0 7 306 111 111
Binary 10000110 11001101 11101100 101011 1101 0 111 11000110 1001001 1001001

Color Harmonies of #86CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CDEC

Black with #86CDEC

Text Example


Text Example

White with #86CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,205,236); }

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

background-color css

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

 a { background-color: rgb(134,205,236); }

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

border-color css

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

 span { border-color: rgb(134,205,236); }

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