#C2DAE9

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

Shades of Pattens Blue #C2DAE9

Tints of Pattens Blue #C2DAE9

Color information

#C2DAE9 (or 0xC2DAE9) is unknown color: approx Pattens Blue. HEX triplet: C2, DA and E9. RGB value is (194,218,233). Sum of RGB (Red+Green+Blue) = 194+218+233=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAE9 is #3D2516. Grayscale: #D4D4D4. Windows color (decimal): -4007191 or 15325890. OLE color: 15325890.

HSL color Cylindrical-coordinate representation of color #C2DAE9: hue angle of 203.08º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DAE9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194218233-
CMYK0.170.0600.09
HSL203.08º46.99%83.73%-
HSV(B)203.08º16.74%91.37%-
XYZ62.0367.586.85-
YUV212.53139.55114.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.08%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=30.08%
G=33.80%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942182330.170.0600.09203.0846.9983.73
HexC2DAE911609cb2f54
Octal30233235121601131357124
Binary1100001011011010111010011000111001001110010111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAE9; }

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

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

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

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

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

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

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

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