#C9E7FF

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

Shades of Pattens Blue #C9E7FF

Tints of Pattens Blue #C9E7FF

Color information

#C9E7FF (or 0xC9E7FF) is unknown color: approx Pattens Blue. HEX triplet: C9, E7 and FF. RGB value is (201,231,255). Sum of RGB (Red+Green+Blue) = 201+231+255=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E7FF is #361800. Grayscale: #E0E0E0. Windows color (decimal): -3545089 or 16771017. OLE color: 16771017.

HSL color Cylindrical-coordinate representation of color #C9E7FF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E7FF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201231255-
CMYK0.210.0900
HSL206.67º100%89.41%-
HSV(B)206.67º21.18%100%-
XYZ70.7176.79105.7-
YUV224.77145.06111.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.26%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.26%
G=33.62%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012312550.210.0900206.6710089.41
HexC9E7FF15900cf6459
Octal311347377251100317144131
Binary110010011110011111111111101011001001100111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E7FF; }

 p { color: rgb(201,231,255); }

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

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

 a { background-color: rgb(201,231,255); }

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

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

 span { border-color: rgb(201,231,255); }

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