Html Css Color HEX #86CEED Sky Blue

📋 copy color: '#86CEED'

red 134 ◦ green 206 ◦ blue 237

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

Shades of Sky Blue #86CEED

Tints of Sky Blue #86CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.7%

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

R = 23.22%
G = 35.7%
B = 41.07%

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

#86CEED (or 0x86CEED) is known color: Sky Blue. HEX triplet: 86, CE and ED. RGB value is (134,206,237). Sum of RGB (Red+Green+Blue) = 134+206+237=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #86CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEED is #793112. Grayscale: #BBBBBB. Windows color (decimal): -7942419 or 15584902. OLE color: 15584902.

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

Color convert

RGB 134 206 237 -
CMYK 0.43 0.13 0 0.07
HSL 198.06º 0.74% 0.73% -
HSV(B) 198.06º 0.43% 0.93% -
XYZ 47.19 55.33 88.31 -
YUV 188.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 134 206 237 0.43 0.13 0 0.07 198.06 0.74 0.73
Hex 86 CE ED 2B D 0 7 C6 4A 49
Octal 206 316 355 53 15 0 7 306 112 111
Binary 10000110 11001110 11101101 101011 1101 0 111 11000110 1001010 1001001

Color Harmonies of #86CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEED

Black with #86CEED

Text Example


Text Example

White with #86CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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