#C9DDEE

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

Shades of Pattens Blue #C9DDEE

Tints of Pattens Blue #C9DDEE

Color information

#C9DDEE (or 0xC9DDEE) is unknown color: approx Pattens Blue. HEX triplet: C9, DD and EE. RGB value is (201,221,238). Sum of RGB (Red+Green+Blue) = 201+221+238=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DDEE is #362211. Grayscale: #D8D8D8. Windows color (decimal): -3547666 or 15654345. OLE color: 15654345.

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

Color convert

RGB201221238-
CMYK0.160.0700.07
HSL207.57º52.11%86.08%-
HSV(B)207.57º15.55%93.33%-
XYZ65.3870.391.01-
YUV216.96139.87116.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.45%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=30.45%
G=33.48%
B=36.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012212380.160.0700.07207.5752.1186.08
HexC9DDEE10707d03456
Octal3113353562070732064126
Binary110010011101110111101110100001110111110100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDEE; }

 p { color: rgb(201,221,238); }

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

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

 a { background-color: rgb(201,221,238); }

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

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

 span { border-color: rgb(201,221,238); }

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