#C7DDEE

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

Shades of Pattens Blue #C7DDEE

Tints of Pattens Blue #C7DDEE

Color information

#C7DDEE (or 0xC7DDEE) is unknown color: approx Pattens Blue. HEX triplet: C7, DD and EE. RGB value is (199,221,238). Sum of RGB (Red+Green+Blue) = 199+221+238=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEE is #382211. Grayscale: #D8D8D8. Windows color (decimal): -3678738 or 15654343. OLE color: 15654343.

HSL color Cylindrical-coordinate representation of color #C7DDEE: hue angle of 206.15º 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 #C7DDEE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199221238-
CMYK0.160.0700.07
HSL206.15º53.42%85.69%-
HSV(B)206.15º16.39%93.33%-
XYZ64.8470.0390.99-
YUV216.36140.21115.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.24%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=30.24%
G=33.59%
B=36.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992212380.160.0700.07206.1553.4285.69
HexC7DDEE10707ce3556
Octal3073353562070731665126
Binary110001111101110111101110100001110111110011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDEE; }

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

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

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

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

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

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

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

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