#C7E0EE

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

Shades of Pattens Blue #C7E0EE

Tints of Pattens Blue #C7E0EE

Color information

#C7E0EE (or 0xC7E0EE) is unknown color: approx Pattens Blue. HEX triplet: C7, E0 and EE. RGB value is (199,224,238). Sum of RGB (Red+Green+Blue) = 199+224+238=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E0EE is #381F11. Grayscale: #DADADA. Windows color (decimal): -3677970 or 15655111. OLE color: 15655111.

HSL color Cylindrical-coordinate representation of color #C7E0EE: hue angle of 201.54º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7E0EE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199224238-
CMYK0.160.0600.07
HSL201.54º53.42%85.69%-
HSV(B)201.54º16.39%93.33%-
XYZ65.6471.6391.25-
YUV218.12139.22114.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=30.11%
G=33.89%
B=36.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992242380.160.0600.07201.5453.4285.69
HexC7E0EE10607ca3556
Octal3073403562060731265126
Binary110001111110000011101110100001100111110010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E0EE; }

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

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

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

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

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

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

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

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