#C4DDEB

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

Shades of Pattens Blue #C4DDEB

Tints of Pattens Blue #C4DDEB

Color information

#C4DDEB (or 0xC4DDEB) is unknown color: approx Pattens Blue. HEX triplet: C4, DD and EB. RGB value is (196,221,235). Sum of RGB (Red+Green+Blue) = 196+221+235=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDEB is #3B2214. Grayscale: #D7D7D7. Windows color (decimal): -3875349 or 15457732. OLE color: 15457732.

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

Color convert

RGB196221235-
CMYK0.170.0600.08
HSL201.54º49.37%84.51%-
HSV(B)201.54º16.6%92.16%-
XYZ63.6269.4588.65-
YUV215.12139.22114.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.06%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=30.06%
G=33.90%
B=36.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962212350.170.0600.08201.5449.3784.51
HexC4DDEB11608ca3155
Octal30433535321601031261125
Binary1100010011011101111010111000111001000110010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDEB; }

 p { color: rgb(196,221,235); }

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

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

 a { background-color: rgb(196,221,235); }

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

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

 span { border-color: rgb(196,221,235); }

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