#C9DEEB

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

Shades of Pattens Blue #C9DEEB

Tints of Pattens Blue #C9DEEB

Color information

#C9DEEB (or 0xC9DEEB) is unknown color: approx Pattens Blue. HEX triplet: C9, DE and EB. RGB value is (201,222,235). Sum of RGB (Red+Green+Blue) = 201+222+235=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEEB is #362114. Grayscale: #D9D9D9. Windows color (decimal): -3547413 or 15457993. OLE color: 15457993.

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

Color convert

RGB201222235-
CMYK0.140.0600.08
HSL202.94º45.95%85.49%-
HSV(B)202.94º14.47%92.16%-
XYZ65.270.6688.8-
YUV217.2138.04116.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.55%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=30.55%
G=33.74%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012222350.140.0600.08202.9445.9585.49
HexC9DEEBE608cb2e55
Octal31133635316601031356125
Binary110010011101111011101011111011001000110010111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEEB; }

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

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

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

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

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

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

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

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