#C0DDEF

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

Shades of Pattens Blue #C0DDEF

Tints of Pattens Blue #C0DDEF

Color information

#C0DDEF (or 0xC0DDEF) is unknown color: approx Pattens Blue. HEX triplet: C0, DD and EF. RGB value is (192,221,239). Sum of RGB (Red+Green+Blue) = 192+221+239=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDEF is #3F2210. Grayscale: #D6D6D6. Windows color (decimal): -4137489 or 15719872. OLE color: 15719872.

HSL color Cylindrical-coordinate representation of color #C0DDEF: hue angle of 202.98º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DDEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192221239-
CMYK0.200.0800.06
HSL202.98º59.49%84.51%-
HSV(B)202.98º19.67%93.73%-
XYZ63.1769.1591.68-
YUV214.38141.89112.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.45%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=29.45%
G=33.90%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922212390.200.0800.06202.9859.4984.51
HexC0DDEF14806cb3b55
Octal30033535724100631373125
Binary1100000011011101111011111010010000110110010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDEF; }

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

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

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

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

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

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

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

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