#86DFF1

Color #86DFF1 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #86DFF1

Tints of Sky Blue #86DFF1

Color information

#86DFF1 (or 0x86DFF1) is unknown color: approx Sky Blue. HEX triplet: 86, DF and F1. RGB value is (134,223,241). Sum of RGB (Red+Green+Blue) = 134+223+241=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #86DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF1 is #79200E. Grayscale: #C6C6C6. Windows color (decimal): -7938063 or 15851398. OLE color: 15851398.

HSL color Cylindrical-coordinate representation of color #86DFF1: hue angle of 190.09º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DFF1 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134223241-
CMYK0.440.0700.05
HSL190.09º79.26%73.53%-
HSV(B)190.09º44.4%94.51%-
XYZ52.164.1992.86-
YUV198.44152.0182.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.41%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=22.41%
G=37.29%
B=40.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342232410.440.0700.05190.0979.2673.53
Hex86DFF12C705be4f4a
Octal20633736154705276117112
Binary10000110110111111111000110110011101011011111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86DFF1;
 }
 .AnyTagClassName
 {
   color: #86DFF1;
 }
</style>
background-color css

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

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

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

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

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

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