#C7DDEB

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

Shades of Pattens Blue #C7DDEB

Tints of Pattens Blue #C7DDEB

Color information

#C7DDEB (or 0xC7DDEB) is unknown color: approx Pattens Blue. HEX triplet: C7, DD and EB. RGB value is (199,221,235). Sum of RGB (Red+Green+Blue) = 199+221+235=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEB is #382214. Grayscale: #D7D7D7. Windows color (decimal): -3678741 or 15457735. OLE color: 15457735.

HSL color Cylindrical-coordinate representation of color #C7DDEB: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DDEB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199221235-
CMYK0.150.0600.08
HSL203.33º47.37%85.1%-
HSV(B)203.33º15.32%92.16%-
XYZ64.4169.8588.69-
YUV216.02138.71115.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.38%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=30.38%
G=33.74%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992212350.150.0600.08203.3347.3785.1
HexC7DDEBF608cb2f55
Octal30733535317601031357125
Binary110001111101110111101011111111001000110010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDEB; }

 p { color: rgb(199,221,235); }

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

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

 a { background-color: rgb(199,221,235); }

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

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

 span { border-color: rgb(199,221,235); }

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