#C5DDED

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

Shades of Pattens Blue #C5DDED

Tints of Pattens Blue #C5DDED

Color information

#C5DDED (or 0xC5DDED) is unknown color: approx Pattens Blue. HEX triplet: C5, DD and ED. RGB value is (197,221,237). Sum of RGB (Red+Green+Blue) = 197+221+237=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDED is #3A2212. Grayscale: #D7D7D7. Windows color (decimal): -3809811 or 15588805. OLE color: 15588805.

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

Color convert

RGB197221237-
CMYK0.170.0700.07
HSL204º52.63%85.1%-
HSV(B)204º16.88%92.94%-
XYZ64.1769.790.19-
YUV215.65140.05114.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=30.08%
G=33.74%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972212370.170.0700.0720452.6385.1
HexC5DDED11707cc3555
Octal3053353552170731465125
Binary110001011101110111101101100011110111110011001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDED; }

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

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

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

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

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

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

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

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