#C9E3ED

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

Shades of Pattens Blue #C9E3ED

Tints of Pattens Blue #C9E3ED

Color information

#C9E3ED (or 0xC9E3ED) is unknown color: approx Pattens Blue. HEX triplet: C9, E3 and ED. RGB value is (201,227,237). Sum of RGB (Red+Green+Blue) = 201+227+237=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E3ED is #361C12. Grayscale: #DCDCDC. Windows color (decimal): -3546131 or 15590345. OLE color: 15590345.

HSL color Cylindrical-coordinate representation of color #C9E3ED: hue angle of 196.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9E3ED is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201227237-
CMYK0.150.0400.07
HSL196.67º50%85.88%-
HSV(B)196.67º15.19%92.94%-
XYZ66.8473.4790.78-
YUV220.37137.39114.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.23%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=30.23%
G=34.14%
B=35.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012272370.150.0400.07196.675085.88
HexC9E3EDF407c53256
Octal3113433551740730562126
Binary11001001111000111110110111111000111110001011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E3ED; }

 p { color: rgb(201,227,237); }

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

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

 a { background-color: rgb(201,227,237); }

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

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

 span { border-color: rgb(201,227,237); }

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