#C9DFED

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

Shades of Pattens Blue #C9DFED

Tints of Pattens Blue #C9DFED

Color information

#C9DFED (or 0xC9DFED) is unknown color: approx Pattens Blue. HEX triplet: C9, DF and ED. RGB value is (201,223,237). Sum of RGB (Red+Green+Blue) = 201+223+237=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DFED is #362012. Grayscale: #D9D9D9. Windows color (decimal): -3547155 or 15589321. OLE color: 15589321.

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

Color convert

RGB201223237-
CMYK0.150.0600.07
HSL203.33º50%85.88%-
HSV(B)203.33º15.19%92.94%-
XYZ65.7671.3190.42-
YUV218.02138.71115.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.41%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=30.41%
G=33.74%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012232370.150.0600.07203.335085.88
HexC9DFEDF607cb3256
Octal3113373551760731362126
Binary11001001110111111110110111111100111110010111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFED; }

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

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

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

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

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

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

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

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