#C3DBEA

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

Shades of Pattens Blue #C3DBEA

Tints of Pattens Blue #C3DBEA

Color information

#C3DBEA (or 0xC3DBEA) is unknown color: approx Pattens Blue. HEX triplet: C3, DB and EA. RGB value is (195,219,234). Sum of RGB (Red+Green+Blue) = 195+219+234=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBEA is #3C2415. Grayscale: #D5D5D5. Windows color (decimal): -3941398 or 15391683. OLE color: 15391683.

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

Color convert

RGB195219234-
CMYK0.170.0600.08
HSL203.08º48.15%84.12%-
HSV(B)203.08º16.67%91.76%-
XYZ62.6968.2187.7-
YUV213.53139.55114.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.09%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=30.09%
G=33.80%
B=36.11%

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
Decimal1952192340.170.0600.08203.0848.1584.12
HexC3DBEA11608cb3054
Octal30333335221601031360124
Binary1100001111011011111010101000111001000110010111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBEA; }

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

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

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

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

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

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

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

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