#C9ECFC

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

Shades of Pattens Blue #C9ECFC

Tints of Pattens Blue #C9ECFC

Color information

#C9ECFC (or 0xC9ECFC) is unknown color: approx Pattens Blue. HEX triplet: C9, EC and FC. RGB value is (201,236,252). Sum of RGB (Red+Green+Blue) = 201+236+252=689 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.17% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECFC is #361303. Grayscale: #E3E3E3. Windows color (decimal): -3543812 or 16575689. OLE color: 16575689.

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

Color convert

RGB201236252-
CMYK0.200.0600.01
HSL198.82º89.47%88.82%-
HSV(B)198.82º20.24%98.82%-
XYZ71.6579.44103.65-
YUV227.36141.9109.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.17%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=29.17%
G=34.25%
B=36.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012362520.200.0600.01198.8289.4788.82
HexC9ECFC14601c75959
Octal31135437424601307131131
Binary11001001111011001111110010100110011100011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ECFC; }

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

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

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

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

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

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

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

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