#C5DDEA

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

Shades of Pattens Blue #C5DDEA

Tints of Pattens Blue #C5DDEA

Color information

#C5DDEA (or 0xC5DDEA) is unknown color: approx Pattens Blue. HEX triplet: C5, DD and EA. RGB value is (197,221,234). Sum of RGB (Red+Green+Blue) = 197+221+234=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 221 (86.72% from 255 or 33.90% 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 #C5DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDEA is #3A2215. Grayscale: #D7D7D7. Windows color (decimal): -3809814 or 15392197. OLE color: 15392197.

HSL color Cylindrical-coordinate representation of color #C5DDEA: hue angle of 201.08º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DDEA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197221234-
CMYK0.160.0600.08
HSL201.08º46.84%84.51%-
HSV(B)201.08º15.81%91.76%-
XYZ63.7369.5287.9-
YUV215.31138.55114.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=30.21%
G=33.90%
B=35.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972212340.160.0600.08201.0846.8484.51
HexC5DDEA10608c92f55
Octal30533535220601031157125
Binary1100010111011101111010101000011001000110010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDEA; }

 p { color: rgb(197,221,234); }

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

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

 a { background-color: rgb(197,221,234); }

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

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

 span { border-color: rgb(197,221,234); }

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