#C7DBEA

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

Shades of Pattens Blue #C7DBEA

Tints of Pattens Blue #C7DBEA

Color information

#C7DBEA (or 0xC7DBEA) is unknown color: approx Pattens Blue. HEX triplet: C7, DB and EA. RGB value is (199,219,234). Sum of RGB (Red+Green+Blue) = 199+219+234=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBEA is #382415. Grayscale: #D6D6D6. Windows color (decimal): -3679254 or 15391687. OLE color: 15391687.

HSL color Cylindrical-coordinate representation of color #C7DBEA: hue angle of 205.71º degrees, saturation: 0.45, 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 #C7DBEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199219234-
CMYK0.150.0600.08
HSL205.71º45.45%84.9%-
HSV(B)205.71º14.96%91.76%-
XYZ63.7468.7587.75-
YUV214.73138.87116.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=30.52%
G=33.59%
B=35.89%

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
Decimal1992192340.150.0600.08205.7145.4584.9
HexC7DBEAF608ce2d55
Octal30733335217601031655125
Binary110001111101101111101010111111001000110011101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBEA; }

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

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

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

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

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

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

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

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