#C3DDF9

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

Shades of Pattens Blue #C3DDF9

Tints of Pattens Blue #C3DDF9

Color information

#C3DDF9 (or 0xC3DDF9) is unknown color: approx Pattens Blue. HEX triplet: C3, DD and F9. RGB value is (195,221,249). Sum of RGB (Red+Green+Blue) = 195+221+249=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDF9 is #3C2206. Grayscale: #D8D8D8. Windows color (decimal): -3940871 or 16375235. OLE color: 16375235.

HSL color Cylindrical-coordinate representation of color #C3DDF9: hue angle of 211.11º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3DDF9 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195221249-
CMYK0.220.1100.02
HSL211.11º81.82%87.06%-
HSV(B)211.11º21.69%97.65%-
XYZ65.4670.1599.71-
YUV216.42146.39112.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.32%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=29.32%
G=33.23%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952212490.220.1100.02211.1181.8287.06
HexC3DDF916B02d35257
Octal303335371261302323122127
Binary1100001111011101111110011011010110101101001110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDF9; }

 p { color: rgb(195,221,249); }

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

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

 a { background-color: rgb(195,221,249); }

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

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

 span { border-color: rgb(195,221,249); }

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