#C2DBEA

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

Shades of Pattens Blue #C2DBEA

Tints of Pattens Blue #C2DBEA

Color information

#C2DBEA (or 0xC2DBEA) is unknown color: approx Pattens Blue. HEX triplet: C2, DB and EA. RGB value is (194,219,234). Sum of RGB (Red+Green+Blue) = 194+219+234=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEA is #3D2415. Grayscale: #D5D5D5. Windows color (decimal): -4006934 or 15391682. OLE color: 15391682.

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

Color convert

RGB194219234-
CMYK0.170.0600.08
HSL202.5º48.78%83.92%-
HSV(B)202.5º17.09%91.76%-
XYZ62.4368.0787.69-
YUV213.24139.72114.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=29.98%
G=33.85%
B=36.17%

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
Decimal1942192340.170.0600.08202.548.7883.92
HexC2DBEA11608ca3154
Octal30233335221601031261124
Binary1100001011011011111010101000111001000110010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBEA; }

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

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

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

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

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

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

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

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