#C7E0F2

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

Shades of Pattens Blue #C7E0F2

Tints of Pattens Blue #C7E0F2

Color information

#C7E0F2 (or 0xC7E0F2) is unknown color: approx Pattens Blue. HEX triplet: C7, E0 and F2. RGB value is (199,224,242). Sum of RGB (Red+Green+Blue) = 199+224+242=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7E0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E0F2 is #381F0D. Grayscale: #DADADA. Windows color (decimal): -3677966 or 15917255. OLE color: 15917255.

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

Color convert

RGB199224242-
CMYK0.180.0700.05
HSL205.12º62.32%86.47%-
HSV(B)205.12º17.77%94.9%-
XYZ66.2471.8694.38-
YUV218.58141.22114.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.92%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=29.92%
G=33.68%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992242420.180.0700.05205.1262.3286.47
HexC7E0F212705cd3e56
Octal3073403622270531576126
Binary110001111110000011110010100101110101110011011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E0F2; }

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

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

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

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

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

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

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

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