#C0DDF9

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

Shades of Pattens Blue #C0DDF9

Tints of Pattens Blue #C0DDF9

Color information

#C0DDF9 (or 0xC0DDF9) is unknown color: approx Pattens Blue. HEX triplet: C0, DD and F9. RGB value is (192,221,249). Sum of RGB (Red+Green+Blue) = 192+221+249=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDF9 is #3F2206. Grayscale: #D7D7D7. Windows color (decimal): -4137479 or 16375232. OLE color: 16375232.

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

Color convert

RGB192221249-
CMYK0.230.1100.02
HSL209.47º82.61%86.47%-
HSV(B)209.47º22.89%97.65%-
XYZ64.6969.7699.68-
YUV215.52146.89111.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=29.00%
G=33.38%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922212490.230.1100.02209.4782.6186.47
HexC0DDF917B02d15356
Octal300335371271302321123126
Binary1100000011011101111110011011110110101101000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDF9; }

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

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

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

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

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

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

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

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