#C1DCEB

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

Shades of Pattens Blue #C1DCEB

Tints of Pattens Blue #C1DCEB

Color information

#C1DCEB (or 0xC1DCEB) is unknown color: approx Pattens Blue. HEX triplet: C1, DC and EB. RGB value is (193,220,235). Sum of RGB (Red+Green+Blue) = 193+220+235=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCEB is #3E2314. Grayscale: #D5D5D5. Windows color (decimal): -4072213 or 15457473. OLE color: 15457473.

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

Color convert

RGB193220235-
CMYK0.180.0600.08
HSL201.43º51.22%83.92%-
HSV(B)201.43º17.87%92.16%-
XYZ62.5868.5288.52-
YUV213.64140.05113.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.78%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=29.78%
G=33.95%
B=36.27%

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
Decimal1932202350.180.0600.08201.4351.2283.92
HexC1DCEB12608c93354
Octal30133435322601031163124
Binary1100000111011100111010111001011001000110010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCEB; }

 p { color: rgb(193,220,235); }

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

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

 a { background-color: rgb(193,220,235); }

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

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

 span { border-color: rgb(193,220,235); }

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