#C3DCEC

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

Shades of Pattens Blue #C3DCEC

Tints of Pattens Blue #C3DCEC

Color information

#C3DCEC (or 0xC3DCEC) is unknown color: approx Pattens Blue. HEX triplet: C3, DC and EC. RGB value is (195,220,236). Sum of RGB (Red+Green+Blue) = 195+220+236=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEC is #3C2313. Grayscale: #D6D6D6. Windows color (decimal): -3941140 or 15523011. OLE color: 15523011.

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

Color convert

RGB195220236-
CMYK0.170.0700.07
HSL203.41º51.9%84.51%-
HSV(B)203.41º17.37%92.55%-
XYZ63.2468.8489.31-
YUV214.35140.22114.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.95%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=29.95%
G=33.79%
B=36.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952202360.170.0700.07203.4151.984.51
HexC3DCEC11707cb3455
Octal3033343542170731364125
Binary110000111101110011101100100011110111110010111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCEC; }

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

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

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

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

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

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

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

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