#C6DCEA

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

Shades of Pattens Blue #C6DCEA

Tints of Pattens Blue #C6DCEA

Color information

#C6DCEA (or 0xC6DCEA) is unknown color: approx Pattens Blue. HEX triplet: C6, DC and EA. RGB value is (198,220,234). Sum of RGB (Red+Green+Blue) = 198+220+234=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEA is #392315. Grayscale: #D6D6D6. Windows color (decimal): -3744534 or 15391942. OLE color: 15391942.

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

Color convert

RGB198220234-
CMYK0.150.0600.08
HSL203.33º46.15%84.71%-
HSV(B)203.33º15.38%91.76%-
XYZ63.7369.1387.83-
YUV215.02138.71115.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.37%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=30.37%
G=33.74%
B=35.89%

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
Decimal1982202340.150.0600.08203.3346.1584.71
HexC6DCEAF608cb2e55
Octal30633435217601031356125
Binary110001101101110011101010111111001000110010111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCEA; }

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

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

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

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

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

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

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

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