#C7DEEE

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

Shades of Pattens Blue #C7DEEE

Tints of Pattens Blue #C7DEEE

Color information

#C7DEEE (or 0xC7DEEE) is unknown color: approx Pattens Blue. HEX triplet: C7, DE and EE. RGB value is (199,222,238). Sum of RGB (Red+Green+Blue) = 199+222+238=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEEE is #382111. Grayscale: #D8D8D8. Windows color (decimal): -3678482 or 15654599. OLE color: 15654599.

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

Color convert

RGB199222238-
CMYK0.160.0700.07
HSL204.62º53.42%85.69%-
HSV(B)204.62º16.39%93.33%-
XYZ65.1170.5691.08-
YUV216.95139.88115.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.20%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=30.20%
G=33.69%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992222380.160.0700.07204.6253.4285.69
HexC7DEEE10707cd3556
Octal3073363562070731565126
Binary110001111101111011101110100001110111110011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEEE; }

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

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

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

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

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

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

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

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