#C9E0EB

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

Shades of Pattens Blue #C9E0EB

Tints of Pattens Blue #C9E0EB

Color information

#C9E0EB (or 0xC9E0EB) is unknown color: approx Pattens Blue. HEX triplet: C9, E0 and EB. RGB value is (201,224,235). Sum of RGB (Red+Green+Blue) = 201+224+235=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E0EB is #361F14. Grayscale: #DADADA. Windows color (decimal): -3546901 or 15458505. OLE color: 15458505.

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

Color convert

RGB201224235-
CMYK0.140.0500.08
HSL199.41º45.95%85.49%-
HSV(B)199.41º14.47%92.16%-
XYZ65.7471.7388.98-
YUV218.38137.38115.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.45%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=30.45%
G=33.94%
B=35.61%

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
Decimal2012242350.140.0500.08199.4145.9585.49
HexC9E0EBE508c72e55
Octal31134035316501030756125
Binary110010011110000011101011111010101000110001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E0EB; }

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

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

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

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

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

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

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

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