#C0DBEC

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

Shades of Pattens Blue #C0DBEC

Tints of Pattens Blue #C0DBEC

Color information

#C0DBEC (or 0xC0DBEC) is unknown color: approx Pattens Blue. HEX triplet: C0, DB and EC. RGB value is (192,219,236). Sum of RGB (Red+Green+Blue) = 192+219+236=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBEC is #3F2413. Grayscale: #D4D4D4. Windows color (decimal): -4138004 or 15522752. OLE color: 15522752.

HSL color Cylindrical-coordinate representation of color #C0DBEC: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DBEC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192219236-
CMYK0.190.0700.07
HSL203.18º53.66%83.92%-
HSV(B)203.18º18.64%92.55%-
XYZ62.2167.9389.19-
YUV212.86141.05113.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=29.68%
G=33.85%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922192360.190.0700.07203.1853.6683.92
HexC0DBEC13707cb3654
Octal3003333542370731366124
Binary110000001101101111101100100111110111110010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBEC; }

 p { color: rgb(192,219,236); }

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

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

 a { background-color: rgb(192,219,236); }

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

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

 span { border-color: rgb(192,219,236); }

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