#C6DDEA

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

Shades of Pattens Blue #C6DDEA

Tints of Pattens Blue #C6DDEA

Color information

#C6DDEA (or 0xC6DDEA) is unknown color: approx Pattens Blue. HEX triplet: C6, DD and EA. RGB value is (198,221,234). Sum of RGB (Red+Green+Blue) = 198+221+234=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDEA is #392215. Grayscale: #D7D7D7. Windows color (decimal): -3744278 or 15392198. OLE color: 15392198.

HSL color Cylindrical-coordinate representation of color #C6DDEA: hue angle of 201.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DDEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198221234-
CMYK0.150.0600.08
HSL201.67º46.15%84.71%-
HSV(B)201.67º15.38%91.76%-
XYZ6469.6687.91-
YUV215.6138.38115.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.32%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=30.32%
G=33.84%
B=35.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982212340.150.0600.08201.6746.1584.71
HexC6DDEAF608ca2e55
Octal30633535217601031256125
Binary110001101101110111101010111111001000110010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDEA; }

 p { color: rgb(198,221,234); }

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

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

 a { background-color: rgb(198,221,234); }

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

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

 span { border-color: rgb(198,221,234); }

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