#C3DCEA

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

Shades of Pattens Blue #C3DCEA

Tints of Pattens Blue #C3DCEA

Color information

#C3DCEA (or 0xC3DCEA) is unknown color: approx Pattens Blue. HEX triplet: C3, DC and EA. RGB value is (195,220,234). Sum of RGB (Red+Green+Blue) = 195+220+234=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEA is #3C2315. Grayscale: #D6D6D6. Windows color (decimal): -3941142 or 15391939. OLE color: 15391939.

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

Color convert

RGB195220234-
CMYK0.170.0600.08
HSL201.54º48.15%84.12%-
HSV(B)201.54º16.67%91.76%-
XYZ62.9568.7387.79-
YUV214.12139.22114.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.05%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=30.05%
G=33.90%
B=36.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952202340.170.0600.08201.5448.1584.12
HexC3DCEA11608ca3054
Octal30333435221601031260124
Binary1100001111011100111010101000111001000110010101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCEA; }

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

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

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

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

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

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

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

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