#C4DBEA

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

Shades of Pattens Blue #C4DBEA

Tints of Pattens Blue #C4DBEA

Color information

#C4DBEA (or 0xC4DBEA) is unknown color: approx Pattens Blue. HEX triplet: C4, DB and EA. RGB value is (196,219,234). Sum of RGB (Red+Green+Blue) = 196+219+234=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 219 (85.94% from 255 or 33.74% 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 #C4DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBEA is #3B2415. Grayscale: #D5D5D5. Windows color (decimal): -3875862 or 15391684. OLE color: 15391684.

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

Color convert

RGB196219234-
CMYK0.160.0600.08
HSL203.68º47.5%84.31%-
HSV(B)203.68º16.24%91.76%-
XYZ62.9568.3487.72-
YUV213.83139.38115.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.20%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=30.20%
G=33.74%
B=36.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962192340.160.0600.08203.6847.584.31
HexC4DBEA10608cc2f54
Octal30433335220601031457124
Binary1100010011011011111010101000011001000110011001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBEA; }

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

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

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

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

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

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

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

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