#C7DFEF

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

Shades of Pattens Blue #C7DFEF

Tints of Pattens Blue #C7DFEF

Color information

#C7DFEF (or 0xC7DFEF) is unknown color: approx Pattens Blue. HEX triplet: C7, DF and EF. RGB value is (199,223,239). Sum of RGB (Red+Green+Blue) = 199+223+239=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DFEF is #382010. Grayscale: #D9D9D9. Windows color (decimal): -3678225 or 15720391. OLE color: 15720391.

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

Color convert

RGB199223239-
CMYK0.170.0700.06
HSL204º55.56%85.88%-
HSV(B)204º16.74%93.73%-
XYZ65.5271.1591.94-
YUV217.65140.05114.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=30.11%
G=33.74%
B=36.16%

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
Decimal1992232390.170.0700.0620455.5685.88
HexC7DFEF11706cc3856
Octal3073373572170631470126
Binary110001111101111111101111100011110110110011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFEF; }

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

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

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

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

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

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

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

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