#C6DFEF

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

Shades of Pattens Blue #C6DFEF

Tints of Pattens Blue #C6DFEF

Color information

#C6DFEF (or 0xC6DFEF) is unknown color: approx Pattens Blue. HEX triplet: C6, DF and EF. RGB value is (198,223,239). Sum of RGB (Red+Green+Blue) = 198+223+239=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFEF is #392010. Grayscale: #D9D9D9. Windows color (decimal): -3743761 or 15720390. OLE color: 15720390.

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

Color convert

RGB198223239-
CMYK0.170.0700.06
HSL203.41º56.16%85.69%-
HSV(B)203.41º17.15%93.73%-
XYZ65.2671.0191.93-
YUV217.35140.22114.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=30%
G=33.79%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982232390.170.0700.06203.4156.1685.69
HexC6DFEF11706cb3856
Octal3063373572170631370126
Binary110001101101111111101111100011110110110010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFEF; }

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

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

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

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

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

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

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

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