#C2DAEF

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

Shades of Pattens Blue #C2DAEF

Tints of Pattens Blue #C2DAEF

Color information

#C2DAEF (or 0xC2DAEF) is unknown color: approx Pattens Blue. HEX triplet: C2, DA and EF. RGB value is (194,218,239). Sum of RGB (Red+Green+Blue) = 194+218+239=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEF is #3D2510. Grayscale: #D5D5D5. Windows color (decimal): -4007185 or 15719106. OLE color: 15719106.

HSL color Cylindrical-coordinate representation of color #C2DAEF: hue angle of 208º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DAEF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194218239-
CMYK0.190.0900.06
HSL208º58.44%84.9%-
HSV(B)208º18.83%93.73%-
XYZ62.967.8491.44-
YUV213.22142.55114.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=29.80%
G=33.49%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942182390.190.0900.0620858.4484.9
HexC2DAEF13906d03a55
Octal30233235723110632072125
Binary1100001011011010111011111001110010110110100001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAEF; }

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

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

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

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

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

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

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

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