#C7DEEB

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

Shades of Pattens Blue #C7DEEB

Tints of Pattens Blue #C7DEEB

Color information

#C7DEEB (or 0xC7DEEB) is unknown color: approx Pattens Blue. HEX triplet: C7, DE and EB. RGB value is (199,222,235). Sum of RGB (Red+Green+Blue) = 199+222+235=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEEB is #382114. Grayscale: #D8D8D8. Windows color (decimal): -3678485 or 15457991. OLE color: 15457991.

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

Color convert

RGB199222235-
CMYK0.150.0600.08
HSL201.67º47.37%85.1%-
HSV(B)201.67º15.32%92.16%-
XYZ64.6770.3888.77-
YUV216.6138.38115.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=30.34%
G=33.84%
B=35.82%

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
Decimal1992222350.150.0600.08201.6747.3785.1
HexC7DEEBF608ca2f55
Octal30733635317601031257125
Binary110001111101111011101011111111001000110010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEEB; }

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

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

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

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

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

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

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

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