#C1DDF8

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

Shades of Pattens Blue #C1DDF8

Tints of Pattens Blue #C1DDF8

Color information

#C1DDF8 (or 0xC1DDF8) is unknown color: approx Pattens Blue. HEX triplet: C1, DD and F8. RGB value is (193,221,248). Sum of RGB (Red+Green+Blue) = 193+221+248=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF8 is #3E2207. Grayscale: #D7D7D7. Windows color (decimal): -4071944 or 16309697. OLE color: 16309697.

HSL color Cylindrical-coordinate representation of color #C1DDF8: hue angle of 209.45º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DDF8 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB193221248-
CMYK0.220.1100.03
HSL209.45º79.71%86.47%-
HSV(B)209.45º22.18%97.25%-
XYZ64.7969.8398.87-
YUV215.71146.22111.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.15%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=29.15%
G=33.38%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1932212480.220.1100.03209.4579.7186.47
HexC1DDF816B03d15056
Octal301335370261303321120126
Binary1100000111011101111110001011010110111101000110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDF8; }

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

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

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

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

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

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

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

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