#C6ECFC

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

Shades of Pattens Blue #C6ECFC

Tints of Pattens Blue #C6ECFC

Color information

#C6ECFC (or 0xC6ECFC) is unknown color: approx Pattens Blue. HEX triplet: C6, EC and FC. RGB value is (198,236,252). Sum of RGB (Red+Green+Blue) = 198+236+252=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6ECFC is #391303. Grayscale: #E2E2E2. Windows color (decimal): -3740420 or 16575686. OLE color: 16575686.

HSL color Cylindrical-coordinate representation of color #C6ECFC: hue angle of 197.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ECFC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198236252-
CMYK0.210.0600.01
HSL197.78º90%88.24%-
HSV(B)197.78º21.43%98.82%-
XYZ70.8579.02103.61-
YUV226.46142.41107.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.86%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=28.86%
G=34.40%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982362520.210.0600.01197.789088.24
HexC6ECFC15601c65a58
Octal30635437425601306132130
Binary11000110111011001111110010101110011100011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ECFC; }

 p { color: rgb(198,236,252); }

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

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

 a { background-color: rgb(198,236,252); }

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

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

 span { border-color: rgb(198,236,252); }

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