#C7DEEA

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

Shades of Pattens Blue #C7DEEA

Tints of Pattens Blue #C7DEEA

Color information

#C7DEEA (or 0xC7DEEA) is unknown color: approx Pattens Blue. HEX triplet: C7, DE and EA. RGB value is (199,222,234). Sum of RGB (Red+Green+Blue) = 199+222+234=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEEA is #382115. Grayscale: #D8D8D8. Windows color (decimal): -3678486 or 15392455. OLE color: 15392455.

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

Color convert

RGB199222234-
CMYK0.150.0500.08
HSL200.57º45.45%84.9%-
HSV(B)200.57º14.96%91.76%-
XYZ64.5370.3388.02-
YUV216.49137.88115.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.38%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=30.38%
G=33.89%
B=35.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992222340.150.0500.08200.5745.4584.9
HexC7DEEAF508c92d55
Octal30733635217501031155125
Binary110001111101111011101010111110101000110010011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEEA; }

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

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

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

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

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

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

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

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