#C9ECFA

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

Shades of Pattens Blue #C9ECFA

Tints of Pattens Blue #C9ECFA

Color information

#C9ECFA (or 0xC9ECFA) is unknown color: approx Pattens Blue. HEX triplet: C9, EC and FA. RGB value is (201,236,250). Sum of RGB (Red+Green+Blue) = 201+236+250=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECFA is #361305. Grayscale: #E3E3E3. Windows color (decimal): -3543814 or 16444617. OLE color: 16444617.

HSL color Cylindrical-coordinate representation of color #C9ECFA: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9ECFA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201236250-
CMYK0.200.0600.02
HSL197.14º83.05%88.43%-
HSV(B)197.14º19.6%98.04%-
XYZ71.3479.31101.99-
YUV227.13140.9109.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.26%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=29.26%
G=34.35%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012362500.200.0600.02197.1483.0588.43
HexC9ECFA14602c55358
Octal31135437224602305123130
Binary110010011110110011111010101001100101100010110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ECFA; }

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

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

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

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

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

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

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

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