#C9DFEE

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

Shades of Pattens Blue #C9DFEE

Tints of Pattens Blue #C9DFEE

Color information

#C9DFEE (or 0xC9DFEE) is unknown color: approx Pattens Blue. HEX triplet: C9, DF and EE. RGB value is (201,223,238). Sum of RGB (Red+Green+Blue) = 201+223+238=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DFEE is #362011. Grayscale: #DADADA. Windows color (decimal): -3547154 or 15654857. OLE color: 15654857.

HSL color Cylindrical-coordinate representation of color #C9DFEE: hue angle of 204.32º 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 #C9DFEE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201223238-
CMYK0.160.0600.07
HSL204.32º52.11%86.08%-
HSV(B)204.32º15.55%93.33%-
XYZ65.9171.3791.19-
YUV218.13139.21115.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.36%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=30.36%
G=33.69%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012232380.160.0600.07204.3252.1186.08
HexC9DFEE10607cc3456
Octal3113373562060731464126
Binary110010011101111111101110100001100111110011001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFEE; }

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

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

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

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

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

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

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

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