#C1DCED

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

Shades of Pattens Blue #C1DCED

Tints of Pattens Blue #C1DCED

Color information

#C1DCED (or 0xC1DCED) is unknown color: approx Pattens Blue. HEX triplet: C1, DC and ED. RGB value is (193,220,237). Sum of RGB (Red+Green+Blue) = 193+220+237=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCED is #3E2312. Grayscale: #D5D5D5. Windows color (decimal): -4072211 or 15588545. OLE color: 15588545.

HSL color Cylindrical-coordinate representation of color #C1DCED: hue angle of 203.18º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DCED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193220237-
CMYK0.190.0700.07
HSL203.18º55%84.31%-
HSV(B)203.18º18.57%92.94%-
XYZ62.8768.6490.06-
YUV213.86141.05113.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.69%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=29.69%
G=33.85%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932202370.190.0700.07203.185584.31
HexC1DCED13707cb3754
Octal3013343552370731367124
Binary110000011101110011101101100111110111110010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCED; }

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

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

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

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

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

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

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

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