#C1DDF5

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

Shades of Pattens Blue #C1DDF5

Tints of Pattens Blue #C1DDF5

Color information

#C1DDF5 (or 0xC1DDF5) is unknown color: approx Pattens Blue. HEX triplet: C1, DD and F5. RGB value is (193,221,245). Sum of RGB (Red+Green+Blue) = 193+221+245=659 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.29% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF5 is #3E220A. Grayscale: #D7D7D7. Windows color (decimal): -4071947 or 16113089. OLE color: 16113089.

HSL color Cylindrical-coordinate representation of color #C1DDF5: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DDF5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193221245-
CMYK0.210.1000.04
HSL207.69º72.22%85.88%-
HSV(B)207.69º21.22%96.08%-
XYZ64.3369.6496.44-
YUV215.36144.72112.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.29%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=29.29%
G=33.54%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932212450.210.1000.04207.6972.2285.88
HexC1DDF515A04d04856
Octal301335365251204320110126
Binary11000001110111011111010110101101001001101000010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDF5; }

 p { color: rgb(193,221,245); }

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

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

 a { background-color: rgb(193,221,245); }

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

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

 span { border-color: rgb(193,221,245); }

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