#C7DCEE

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

Shades of Pattens Blue #C7DCEE

Tints of Pattens Blue #C7DCEE

Color information

#C7DCEE (or 0xC7DCEE) is unknown color: approx Pattens Blue. HEX triplet: C7, DC and EE. RGB value is (199,220,238). Sum of RGB (Red+Green+Blue) = 199+220+238=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEE is #382311. Grayscale: #D7D7D7. Windows color (decimal): -3678994 or 15654087. OLE color: 15654087.

HSL color Cylindrical-coordinate representation of color #C7DCEE: hue angle of 207.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DCEE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199220238-
CMYK0.160.0800.07
HSL207.69º53.42%85.69%-
HSV(B)207.69º16.39%93.33%-
XYZ64.5869.590.9-
YUV215.77140.54116.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.29%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=30.29%
G=33.49%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992202380.160.0800.07207.6953.4285.69
HexC7DCEE10807d03556
Octal30733435620100732065126
Binary1100011111011100111011101000010000111110100001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCEE; }

 p { color: rgb(199,220,238); }

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

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

 a { background-color: rgb(199,220,238); }

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

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

 span { border-color: rgb(199,220,238); }

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