Html Css Color HEX #86D3EA Sky Blue

📋 copy color: '#86D3EA'

red 134 ◦ green 211 ◦ blue 234

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

Shades of Sky Blue #86D3EA

Tints of Sky Blue #86D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.44%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 23.14%
G = 36.44%
B = 40.41%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86D3EA (or 0x86D3EA) is known color: Sky Blue. HEX triplet: 86, D3 and EA. RGB value is (134,211,234). Sum of RGB (Red+Green+Blue) = 134+211+234=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #86D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D3EA is #792C15. Grayscale: #BEBEBE. Windows color (decimal): -7941142 or 15389574. OLE color: 15389574.

HSL color Cylindrical-coordinate representation of color #86D3EA: hue angle of 193.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D3EA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 211 234 -
CMYK 0.43 0.10 0 0.08
HSL 193.8º 0.7% 0.72% -
HSV(B) 193.8º 0.43% 0.92% -
XYZ 47.98 57.6 86.43 -
YUV 190.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 134 211 234 0.43 0.10 0 0.08 193.8 0.7 0.72
Hex 86 D3 EA 2B A 0 8 C2 46 48
Octal 206 323 352 53 12 0 10 302 106 110
Binary 10000110 11010011 11101010 101011 1010 0 1000 11000010 1000110 1001000

Color Harmonies of #86D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D3EA

Black with #86D3EA

Text Example


Text Example

White with #86D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,211,234); }

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

background-color css

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

 a { background-color: rgb(134,211,234); }

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

border-color css

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

 span { border-color: rgb(134,211,234); }

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