#C6DCEF

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

Shades of Pattens Blue #C6DCEF

Tints of Pattens Blue #C6DCEF

Color information

#C6DCEF (or 0xC6DCEF) is unknown color: approx Pattens Blue. HEX triplet: C6, DC and EF. RGB value is (198,220,239). Sum of RGB (Red+Green+Blue) = 198+220+239=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCEF is #392310. Grayscale: #D7D7D7. Windows color (decimal): -3744529 or 15719622. OLE color: 15719622.

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

Color convert

RGB198220239-
CMYK0.170.0800.06
HSL207.8º56.16%85.69%-
HSV(B)207.8º17.15%93.73%-
XYZ64.4669.4291.66-
YUV215.59141.21115.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.14%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=30.14%
G=33.49%
B=36.38%

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
Decimal1982202390.170.0800.06207.856.1685.69
HexC6DCEF11806d03856
Octal30633435721100632070126
Binary1100011011011100111011111000110000110110100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCEF; }

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

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

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

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

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

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

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

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