#C7E2ED

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

Shades of Pattens Blue #C7E2ED

Tints of Pattens Blue #C7E2ED

Color information

#C7E2ED (or 0xC7E2ED) is unknown color: approx Pattens Blue. HEX triplet: C7, E2 and ED. RGB value is (199,226,237). Sum of RGB (Red+Green+Blue) = 199+226+237=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E2ED is #381D12. Grayscale: #DBDBDB. Windows color (decimal): -3677459 or 15590087. OLE color: 15590087.

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

Color convert

RGB199226237-
CMYK0.160.0500.07
HSL197.37º51.35%85.49%-
HSV(B)197.37º16.03%92.94%-
XYZ66.0472.6590.66-
YUV219.18138.05113.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.06%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=30.06%
G=34.14%
B=35.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992262370.160.0500.07197.3751.3585.49
HexC7E2ED10507c53355
Octal3073423552050730563125
Binary110001111110001011101101100001010111110001011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E2ED; }

 p { color: rgb(199,226,237); }

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

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

 a { background-color: rgb(199,226,237); }

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

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

 span { border-color: rgb(199,226,237); }

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