#C1DBEA

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

Shades of Pattens Blue #C1DBEA

Tints of Pattens Blue #C1DBEA

Color information

#C1DBEA (or 0xC1DBEA) is unknown color: approx Pattens Blue. HEX triplet: C1, DB and EA. RGB value is (193,219,234). Sum of RGB (Red+Green+Blue) = 193+219+234=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEA is #3E2415. Grayscale: #D4D4D4. Windows color (decimal): -4072470 or 15391681. OLE color: 15391681.

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

Color convert

RGB193219234-
CMYK0.180.0600.08
HSL201.95º49.4%83.73%-
HSV(B)201.95º17.52%91.76%-
XYZ62.1867.9487.68-
YUV212.94139.89113.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.88%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=29.88%
G=33.90%
B=36.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932192340.180.0600.08201.9549.483.73
HexC1DBEA12608ca3154
Octal30133335222601031261124
Binary1100000111011011111010101001011001000110010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBEA; }

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

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

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

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

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

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

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

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