#C9DEEF

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

Shades of Pattens Blue #C9DEEF

Tints of Pattens Blue #C9DEEF

Color information

#C9DEEF (or 0xC9DEEF) is unknown color: approx Pattens Blue. HEX triplet: C9, DE and EF. RGB value is (201,222,239). Sum of RGB (Red+Green+Blue) = 201+222+239=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DEEF is #362110. Grayscale: #D9D9D9. Windows color (decimal): -3547409 or 15720137. OLE color: 15720137.

HSL color Cylindrical-coordinate representation of color #C9DEEF: hue angle of 206.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DEEF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201222239-
CMYK0.160.0700.06
HSL206.84º54.29%86.27%-
HSV(B)206.84º15.9%93.73%-
XYZ65.7970.8991.88-
YUV217.66140.04116.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.36%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=30.36%
G=33.53%
B=36.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012222390.160.0700.06206.8454.2986.27
HexC9DEEF10706cf3656
Octal3113363572070631766126
Binary110010011101111011101111100001110110110011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEEF; }

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

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

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

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

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

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

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

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