#C6DDEF

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

Shades of Pattens Blue #C6DDEF

Tints of Pattens Blue #C6DDEF

Color information

#C6DDEF (or 0xC6DDEF) is unknown color: approx Pattens Blue. HEX triplet: C6, DD and EF. RGB value is (198,221,239). Sum of RGB (Red+Green+Blue) = 198+221+239=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDEF is #392210. Grayscale: #D8D8D8. Windows color (decimal): -3744273 or 15719878. OLE color: 15719878.

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

Color convert

RGB198221239-
CMYK0.170.0800.06
HSL206.34º56.16%85.69%-
HSV(B)206.34º17.15%93.73%-
XYZ64.7369.9591.75-
YUV216.18140.88115.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.09%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=30.09%
G=33.59%
B=36.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982212390.170.0800.06206.3456.1685.69
HexC6DDEF11806ce3856
Octal30633535721100631670126
Binary1100011011011101111011111000110000110110011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDEF; }

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

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

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

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

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

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

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

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