#C9DBEB

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

Shades of Pattens Blue #C9DBEB

Tints of Pattens Blue #C9DBEB

Color information

#C9DBEB (or 0xC9DBEB) is unknown color: approx Pattens Blue. HEX triplet: C9, DB and EB. RGB value is (201,219,235). Sum of RGB (Red+Green+Blue) = 201+219+235=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBEB is #362414. Grayscale: #D7D7D7. Windows color (decimal): -3548181 or 15457225. OLE color: 15457225.

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

Color convert

RGB201219235-
CMYK0.140.0700.08
HSL208.24º45.95%85.49%-
HSV(B)208.24º14.47%92.16%-
XYZ64.4169.0888.54-
YUV215.44139.04117.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.69%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=30.69%
G=33.44%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012192350.140.0700.08208.2445.9585.49
HexC9DBEBE708d02e55
Octal31133335316701032056125
Binary110010011101101111101011111011101000110100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBEB; }

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

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

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

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

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

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

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

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