#C4DEEC

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

Shades of Pattens Blue #C4DEEC

Tints of Pattens Blue #C4DEEC

Color information

#C4DEEC (or 0xC4DEEC) is unknown color: approx Pattens Blue. HEX triplet: C4, DE and EC. RGB value is (196,222,236). Sum of RGB (Red+Green+Blue) = 196+222+236=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEEC is #3B2113. Grayscale: #D7D7D7. Windows color (decimal): -3875092 or 15523524. OLE color: 15523524.

HSL color Cylindrical-coordinate representation of color #C4DEEC: hue angle of 201º degrees, saturation: 0.51, 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 #C4DEEC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196222236-
CMYK0.170.0600.07
HSL201º51.28%84.71%-
HSV(B)201º16.95%92.55%-
XYZ64.0370.0389.5-
YUV215.82139.39113.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=29.97%
G=33.94%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962222360.170.0600.0720151.2884.71
HexC4DEEC11607c93355
Octal3043363542160731163125
Binary110001001101111011101100100011100111110010011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEEC; }

 p { color: rgb(196,222,236); }

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

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

 a { background-color: rgb(196,222,236); }

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

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

 span { border-color: rgb(196,222,236); }

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