#C2DCEC

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

Shades of Pattens Blue #C2DCEC

Tints of Pattens Blue #C2DCEC

Color information

#C2DCEC (or 0xC2DCEC) is unknown color: approx Pattens Blue. HEX triplet: C2, DC and EC. RGB value is (194,220,236). Sum of RGB (Red+Green+Blue) = 194+220+236=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 220 (86.33% from 255 or 33.85% 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 #C2DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEC is #3D2313. Grayscale: #D5D5D5. Windows color (decimal): -4006676 or 15523010. OLE color: 15523010.

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

Color convert

RGB194220236-
CMYK0.180.0700.07
HSL202.86º52.5%84.31%-
HSV(B)202.86º17.8%92.55%-
XYZ62.9868.7189.3-
YUV214.05140.39113.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=29.85%
G=33.85%
B=36.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942202360.180.0700.07202.8652.584.31
HexC2DCEC12707cb3454
Octal3023343542270731364124
Binary110000101101110011101100100101110111110010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCEC; }

 p { color: rgb(194,220,236); }

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

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

 a { background-color: rgb(194,220,236); }

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

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

 span { border-color: rgb(194,220,236); }

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