#86CFE1

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

Shades of Spray #86CFE1

Tints of Spray #86CFE1

Color information

#86CFE1 (or 0x86CFE1) is unknown color: approx Spray. HEX triplet: 86, CF and E1. RGB value is (134,207,225). Sum of RGB (Red+Green+Blue) = 134+207+225=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #86CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFE1 is #79301E. Grayscale: #BBBBBB. Windows color (decimal): -7942175 or 14798726. OLE color: 14798726.

HSL color Cylindrical-coordinate representation of color #86CFE1: hue angle of 191.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86CFE1 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134207225-
CMYK0.400.0800.12
HSL191.87º60.26%70.39%-
HSV(B)191.87º40.44%88.24%-
XYZ45.7355.1379.46-
YUV187.22149.3290.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.67%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=23.67%
G=36.57%
B=39.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342072250.400.0800.12191.8760.2670.39
Hex86CFE12880Cc03c46
Octal206317341501001430074106
Binary100001101100111111100001101000100001100110000001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,225); }

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

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

 a { background-color: rgb(134,207,225); }

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

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

 span { border-color: rgb(134,207,225); }

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