Html Css Color HEX #86D2EA Sky Blue

📋 copy color: '#86D2EA'

red 134 ◦ green 210 ◦ blue 234

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

Shades of Sky Blue #86D2EA

Tints of Sky Blue #86D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

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

R = 23.18%
G = 36.33%
B = 40.48%

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

#86D2EA (or 0x86D2EA) is known color: Sky Blue. HEX triplet: 86, D2 and EA. RGB value is (134,210,234). Sum of RGB (Red+Green+Blue) = 134+210+234=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #86D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D2EA is #792D15. Grayscale: #BDBDBD. Windows color (decimal): -7941398 or 15389318. OLE color: 15389318.

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

Color convert

RGB 134 210 234 -
CMYK 0.43 0.10 0 0.08
HSL 194.4º 0.7% 0.72% -
HSV(B) 194.4º 0.43% 0.92% -
XYZ 47.73 57.1 86.35 -
YUV 190.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 134 210 234 0.43 0.10 0 0.08 194.4 0.7 0.72
Hex 86 D2 EA 2B A 0 8 C2 46 48
Octal 206 322 352 53 12 0 10 302 106 110
Binary 10000110 11010010 11101010 101011 1010 0 1000 11000010 1000110 1001000

Color Harmonies of #86D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D2EA

Black with #86D2EA

Text Example


Text Example

White with #86D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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