#C2DCEF

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

Shades of Pattens Blue #C2DCEF

Tints of Pattens Blue #C2DCEF

Color information

#C2DCEF (or 0xC2DCEF) is unknown color: approx Pattens Blue. HEX triplet: C2, DC and EF. RGB value is (194,220,239). Sum of RGB (Red+Green+Blue) = 194+220+239=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEF is #3D2310. Grayscale: #D6D6D6. Windows color (decimal): -4006673 or 15719618. OLE color: 15719618.

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

Color convert

RGB194220239-
CMYK0.190.0800.06
HSL205.33º58.44%84.9%-
HSV(B)205.33º18.83%93.73%-
XYZ63.4268.8991.62-
YUV214.39141.89113.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=29.71%
G=33.69%
B=36.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942202390.190.0800.06205.3358.4484.9
HexC2DCEF13806cd3a55
Octal30233435723100631572125
Binary1100001011011100111011111001110000110110011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCEF; }

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

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

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

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

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

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

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

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