#C2DAED

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

Shades of Pattens Blue #C2DAED

Tints of Pattens Blue #C2DAED

Color information

#C2DAED (or 0xC2DAED) is unknown color: approx Pattens Blue. HEX triplet: C2, DA and ED. RGB value is (194,218,237). Sum of RGB (Red+Green+Blue) = 194+218+237=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAED is #3D2512. Grayscale: #D4D4D4. Windows color (decimal): -4007187 or 15588034. OLE color: 15588034.

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

Color convert

RGB194218237-
CMYK0.180.0800.07
HSL206.51º54.43%84.51%-
HSV(B)206.51º18.14%92.94%-
XYZ62.6167.7389.89-
YUV212.99141.55114.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.89%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=29.89%
G=33.59%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942182370.180.0800.07206.5154.4384.51
HexC2DAED12807cf3655
Octal30233235522100731766125
Binary1100001011011010111011011001010000111110011111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAED; }

 p { color: rgb(194,218,237); }

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

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

 a { background-color: rgb(194,218,237); }

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

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

 span { border-color: rgb(194,218,237); }

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