#C7DCF2

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

Shades of Pattens Blue #C7DCF2

Tints of Pattens Blue #C7DCF2

Color information

#C7DCF2 (or 0xC7DCF2) is unknown color: approx Pattens Blue. HEX triplet: C7, DC and F2. RGB value is (199,220,242). Sum of RGB (Red+Green+Blue) = 199+220+242=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCF2 is #38230D. Grayscale: #D8D8D8. Windows color (decimal): -3678990 or 15916231. OLE color: 15916231.

HSL color Cylindrical-coordinate representation of color #C7DCF2: hue angle of 210.7º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7DCF2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199220242-
CMYK0.180.0900.05
HSL210.7º62.32%86.47%-
HSV(B)210.7º17.77%94.9%-
XYZ65.1769.7494.03-
YUV216.23142.54115.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=30.11%
G=33.28%
B=36.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992202420.180.0900.05210.762.3286.47
HexC7DCF212905d33e56
Octal30733436222110532376126
Binary1100011111011100111100101001010010101110100111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCF2; }

 p { color: rgb(199,220,242); }

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

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

 a { background-color: rgb(199,220,242); }

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

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

 span { border-color: rgb(199,220,242); }

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