#C4DAEC

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

Shades of Pattens Blue #C4DAEC

Tints of Pattens Blue #C4DAEC

Color information

#C4DAEC (or 0xC4DAEC) is unknown color: approx Pattens Blue. HEX triplet: C4, DA and EC. RGB value is (196,218,236). Sum of RGB (Red+Green+Blue) = 196+218+236=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DAEC is #3B2513. Grayscale: #D5D5D5. Windows color (decimal): -3876116 or 15522500. OLE color: 15522500.

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

Color convert

RGB196218236-
CMYK0.170.0800.07
HSL207º51.28%84.71%-
HSV(B)207º16.95%92.55%-
XYZ62.9867.9389.15-
YUV213.47140.71115.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.15%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=30.15%
G=33.54%
B=36.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962182360.170.0800.0720751.2884.71
HexC4DAEC11807cf3355
Octal30433235421100731763125
Binary1100010011011010111011001000110000111110011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAEC; }

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

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

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

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

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

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

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

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