Html Css Color HEX #86DFF5 Sky Blue

📋 copy color: '#86DFF5'

red 134 ◦ green 223 ◦ blue 245

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

Shades of Sky Blue #86DFF5

Tints of Sky Blue #86DFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 245 (96.09% from 255) = 40.7%

R = 22.26%
G = 37.04%
B = 40.7%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86DFF5 (or 0x86DFF5) is known color: Sky Blue. HEX triplet: 86, DF and F5. RGB value is (134,223,245). Sum of RGB (Red+Green+Blue) = 134+223+245=602 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.26% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #86DFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF5 is #79200A. Grayscale: #C6C6C6. Windows color (decimal): -7938059 or 16113542. OLE color: 16113542.

HSL color Cylindrical-coordinate representation of color #86DFF5: hue angle of 191.89º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86DFF5 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 223 245 -
CMYK 0.45 0.09 0 0.04
HSL 191.89º 0.85% 0.74% -
HSV(B) 191.89º 0.45% 0.96% -
XYZ 52.7 64.44 96.05 -
YUV 198.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 134 223 245 0.45 0.09 0 0.04 191.89 0.85 0.74
Hex 86 DF F5 2D 9 0 4 C0 55 4A
Octal 206 337 365 55 11 0 4 300 125 112
Binary 10000110 11011111 11110101 101101 1001 0 100 11000000 1010101 1001010

Color Harmonies of #86DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFF5

Black with #86DFF5

Text Example


Text Example

White with #86DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,245); }

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

background-color css

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

 a { background-color: rgb(134,223,245); }

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

border-color css

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

 span { border-color: rgb(134,223,245); }

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