#C7DBE6

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

Shades of Pattens Blue #C7DBE6

Tints of Pattens Blue #C7DBE6

Color information

#C7DBE6 (or 0xC7DBE6) is unknown color: approx Pattens Blue. HEX triplet: C7, DB and E6. RGB value is (199,219,230). Sum of RGB (Red+Green+Blue) = 199+219+230=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBE6 is #382419. Grayscale: #D6D6D6. Windows color (decimal): -3679258 or 15129543. OLE color: 15129543.

HSL color Cylindrical-coordinate representation of color #C7DBE6: hue angle of 201.29º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7DBE6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199219230-
CMYK0.130.0500.10
HSL201.29º38.27%84.12%-
HSV(B)201.29º13.48%90.2%-
XYZ63.1768.5284.76-
YUV214.27136.87117.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.71%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 230 (90.23% from 255) = 35.49%
R=30.71%
G=33.80%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1992192300.130.0500.10201.2938.2784.12
HexC7DBE6D50Ac92654
Octal30733334615501231146124
Binary110001111101101111100110110110101010110010011001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBE6; }

 p { color: rgb(199,219,230); }

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

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

 a { background-color: rgb(199,219,230); }

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

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

 span { border-color: rgb(199,219,230); }

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