#C6DFEC

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

Shades of Pattens Blue #C6DFEC

Tints of Pattens Blue #C6DFEC

Color information

#C6DFEC (or 0xC6DFEC) is unknown color: approx Pattens Blue. HEX triplet: C6, DF and EC. RGB value is (198,223,236). Sum of RGB (Red+Green+Blue) = 198+223+236=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFEC is #392013. Grayscale: #D8D8D8. Windows color (decimal): -3743764 or 15523782. OLE color: 15523782.

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

Color convert

RGB198223236-
CMYK0.160.0600.07
HSL200.53º50%85.1%-
HSV(B)200.53º16.1%92.55%-
XYZ64.8270.8489.61-
YUV217.01138.72114.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.14%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=30.14%
G=33.94%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982232360.160.0600.07200.535085.1
HexC6DFEC10607c93255
Octal3063373542060731162125
Binary110001101101111111101100100001100111110010011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFEC; }

 p { color: rgb(198,223,236); }

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

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

 a { background-color: rgb(198,223,236); }

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

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

 span { border-color: rgb(198,223,236); }

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