#C9DFEB

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

Shades of Pattens Blue #C9DFEB

Tints of Pattens Blue #C9DFEB

Color information

#C9DFEB (or 0xC9DFEB) is unknown color: approx Pattens Blue. HEX triplet: C9, DF and EB. RGB value is (201,223,235). Sum of RGB (Red+Green+Blue) = 201+223+235=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DFEB is #362014. Grayscale: #D9D9D9. Windows color (decimal): -3547157 or 15458249. OLE color: 15458249.

HSL color Cylindrical-coordinate representation of color #C9DFEB: hue angle of 201.18º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DFEB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201223235-
CMYK0.140.0500.08
HSL201.18º45.95%85.49%-
HSV(B)201.18º14.47%92.16%-
XYZ65.4771.1988.89-
YUV217.79137.71116.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.50%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=30.50%
G=33.84%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012232350.140.0500.08201.1845.9585.49
HexC9DFEBE508c92e55
Octal31133735316501031156125
Binary110010011101111111101011111010101000110010011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFEB; }

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

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

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

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

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

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

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

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